Uses of Class
gov.nasa.arc.pds.xml.generated.PropertyMapEntry
-
Packages that use PropertyMapEntry Package Description gov.nasa.arc.pds.xml.generated -
-
Uses of PropertyMapEntry in gov.nasa.arc.pds.xml.generated
Fields in gov.nasa.arc.pds.xml.generated with type parameters of type PropertyMapEntry Modifier and Type Field Description protected java.util.List<PropertyMapEntry>
PropertyMap. propertyMapEntries
Methods in gov.nasa.arc.pds.xml.generated that return PropertyMapEntry Modifier and Type Method Description PropertyMapEntry
ObjectFactory. createPropertyMapEntry()
Create an instance ofPropertyMapEntry
Methods in gov.nasa.arc.pds.xml.generated that return types with arguments of type PropertyMapEntry Modifier and Type Method Description java.util.List<PropertyMapEntry>
PropertyMap. getPropertyMapEntries()
Gets the value of the propertyMapEntries property.
-