class SimplePropsMetadata extends java.lang.Object implements PropsMetadata
PropertiesValue interface.| Modifier and Type | Field and Description |
|---|---|
private java.util.List<MapEntry> |
entries |
| Constructor and Description |
|---|
SimplePropsMetadata(java.util.List<MapEntry> entries)
Constructs a new
SimplePropertiesValue instance. |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<MapEntry> |
getEntries()
Return the entries for the properties.
|
private final java.util.List<MapEntry> entries
public SimplePropsMetadata(java.util.List<MapEntry> entries)
SimplePropertiesValue instance.entries - public java.util.List<MapEntry> getEntries()
PropsMetadatagetEntries in interface PropsMetadataMapEntry objects for each entry in
the properties. The List is empty if no entries are specified for
the properties.