Interface PropsMetadata
-
- All Superinterfaces:
Metadata,NonNullMetadata
public interface PropsMetadata extends NonNullMetadata
Metadata for ajava.util.Propertiesbased value.The
MapEntryobjects of properties are defined with keys and values of typeString.This is specified by the
propselement.- Version:
- $Revision: 7564 $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.ListgetEntries()Return the entries for the properties.
-
-
-
Method Detail
-
getEntries
java.util.List getEntries()
Return the entries for the properties.- Returns:
- An immutable List of
MapEntryobjects for each entry in the properties. The List is empty if no entries are specified for the properties.
-
-