Uses of Class
net.opengis.gml311.TimeIndeterminateValueType
-
Packages that use TimeIndeterminateValueType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of TimeIndeterminateValueType in net.opengis.gml311
Fields in net.opengis.gml311 with type parameters of type TimeIndeterminateValueType Modifier and Type Field Description static List<TimeIndeterminateValueType>
TimeIndeterminateValueType. VALUES
A public read-only list of all the 'Time Indeterminate Value Type' enumerators.Methods in net.opengis.gml311 that return TimeIndeterminateValueType Modifier and Type Method Description static TimeIndeterminateValueType
TimeIndeterminateValueType. get(int value)
Returns the 'Time Indeterminate Value Type' literal with the specified integer value.static TimeIndeterminateValueType
TimeIndeterminateValueType. get(String literal)
Returns the 'Time Indeterminate Value Type' literal with the specified literal value.static TimeIndeterminateValueType
TimeIndeterminateValueType. getByName(String name)
Returns the 'Time Indeterminate Value Type' literal with the specified name.TimeIndeterminateValueType
TimePositionType. getIndeterminatePosition()
Returns the value of the 'Indeterminate Position' attribute.static TimeIndeterminateValueType
TimeIndeterminateValueType. valueOf(String name)
Returns the enum constant of this type with the specified name.static TimeIndeterminateValueType[]
TimeIndeterminateValueType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.opengis.gml311 with parameters of type TimeIndeterminateValueType Modifier and Type Method Description void
TimePositionType. setIndeterminatePosition(TimeIndeterminateValueType value)
Sets the value of the 'Indeterminate Position
' attribute. -
Uses of TimeIndeterminateValueType in net.opengis.gml311.impl
Fields in net.opengis.gml311.impl declared as TimeIndeterminateValueType Modifier and Type Field Description protected static TimeIndeterminateValueType
TimePositionTypeImpl. INDETERMINATE_POSITION_EDEFAULT
The default value of the 'Indeterminate Position
' attribute.protected TimeIndeterminateValueType
TimePositionTypeImpl. indeterminatePosition
The cached value of the 'Indeterminate Position
' attribute.Methods in net.opengis.gml311.impl that return TimeIndeterminateValueType Modifier and Type Method Description TimeIndeterminateValueType
Gml311FactoryImpl. createTimeIndeterminateValueTypeFromString(EDataType eDataType, String initialValue)
TimeIndeterminateValueType
Gml311FactoryImpl. createTimeIndeterminateValueTypeObjectFromString(EDataType eDataType, String initialValue)
TimeIndeterminateValueType
TimePositionTypeImpl. getIndeterminatePosition()
Methods in net.opengis.gml311.impl with parameters of type TimeIndeterminateValueType Modifier and Type Method Description void
TimePositionTypeImpl. setIndeterminatePosition(TimeIndeterminateValueType newIndeterminatePosition)
-
Uses of TimeIndeterminateValueType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type TimeIndeterminateValueType Modifier and Type Method Description boolean
Gml311Validator. validateTimeIndeterminateValueType(TimeIndeterminateValueType timeIndeterminateValueType, DiagnosticChain diagnostics, Map<Object,Object> context)
boolean
Gml311Validator. validateTimeIndeterminateValueTypeObject(TimeIndeterminateValueType timeIndeterminateValueTypeObject, DiagnosticChain diagnostics, Map<Object,Object> context)
-