Uses of Class
gov.nasa.arc.pds.xml.generated.FieldBinary
-
Packages that use FieldBinary Package Description gov.nasa.arc.pds.xml.generated gov.nasa.pds.objectAccess Provides programmatic access to PDS4 objects. -
-
Uses of FieldBinary in gov.nasa.arc.pds.xml.generated
Methods in gov.nasa.arc.pds.xml.generated that return FieldBinary Modifier and Type Method Description FieldBinaryObjectFactory. createFieldBinary()Create an instance ofFieldBinary -
Uses of FieldBinary in gov.nasa.pds.objectAccess
Methods in gov.nasa.pds.objectAccess that return types with arguments of type FieldBinary Modifier and Type Method Description java.util.List<FieldBinary>ObjectAccess. getFieldBinaries(TableBinary table)java.util.List<FieldBinary>ObjectProvider. getFieldBinaries(TableBinary table)Returns a list of FieldBinary objects given a table binary object.
-