Uses of Class
gov.nasa.pds.search.core.schema.OutputStringFormat
-
Packages that use OutputStringFormat Package Description gov.nasa.pds.search.core.schema -
-
Uses of OutputStringFormat in gov.nasa.pds.search.core.schema
Fields in gov.nasa.pds.search.core.schema declared as OutputStringFormat Modifier and Type Field Description protected OutputStringFormat
OutputString. format
Methods in gov.nasa.pds.search.core.schema that return OutputStringFormat Modifier and Type Method Description static OutputStringFormat
OutputStringFormat. fromValue(String v)
OutputStringFormat
OutputString. getFormat()
Gets the value of the format property.static OutputStringFormat
OutputStringFormat. valueOf(String name)
Returns the enum constant of this type with the specified name.static OutputStringFormat[]
OutputStringFormat. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in gov.nasa.pds.search.core.schema with parameters of type OutputStringFormat Modifier and Type Method Description void
OutputString. setFormat(OutputStringFormat value)
Sets the value of the format property.
-