Uses of Class
gov.nasa.arc.pds.xml.generated.EncodedNative
-
Packages that use EncodedNative Package Description gov.nasa.arc.pds.xml.generated -
-
Uses of EncodedNative in gov.nasa.arc.pds.xml.generated
Fields in gov.nasa.arc.pds.xml.generated with type parameters of type EncodedNative Modifier and Type Field Description protected java.util.List<EncodedNative>
FileAreaNative. encodedNatives
Methods in gov.nasa.arc.pds.xml.generated that return EncodedNative Modifier and Type Method Description EncodedNative
ObjectFactory. createEncodedNative()
Create an instance ofEncodedNative
Methods in gov.nasa.arc.pds.xml.generated that return types with arguments of type EncodedNative Modifier and Type Method Description java.util.List<EncodedNative>
FileAreaNative. getEncodedNatives()
Gets the value of the encodedNatives property.
-