Package org.linuxforhealth.fhir.config
Class PropertyGroup.PropertyEntry
- java.lang.Object
-
- org.linuxforhealth.fhir.config.PropertyGroup.PropertyEntry
-
- Enclosing class:
- PropertyGroup
public static class PropertyGroup.PropertyEntry extends java.lang.Object
This class represents a single property contained within a PropertyGroup.
-
-
Constructor Summary
Constructors Constructor Description PropertyEntry(java.lang.String name, java.lang.Object value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getName()
java.lang.Object
getValue()
-