Uses of Class
gov.nasa.pds.objectAccess.table.DelimiterType
-
Packages that use DelimiterType Package Description gov.nasa.pds.objectAccess.table Implementations of access objects and interfaces for reading and writing tables and table fields. -
-
Uses of DelimiterType in gov.nasa.pds.objectAccess.table
Methods in gov.nasa.pds.objectAccess.table that return DelimiterType Modifier and Type Method Description static DelimiterTypeDelimiterType. getDelimiterType(java.lang.String xmlType)Gets the proper delimiter type for an XML type string in a label instance.static DelimiterTypeDelimiterType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static DelimiterType[]DelimiterType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-