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. VALUESA 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 TimeIndeterminateValueTypeTimeIndeterminateValueType. get(int value)Returns the 'Time Indeterminate Value Type' literal with the specified integer value.static TimeIndeterminateValueTypeTimeIndeterminateValueType. get(String literal)Returns the 'Time Indeterminate Value Type' literal with the specified literal value.static TimeIndeterminateValueTypeTimeIndeterminateValueType. getByName(String name)Returns the 'Time Indeterminate Value Type' literal with the specified name.TimeIndeterminateValueTypeTimePositionType. getIndeterminatePosition()Returns the value of the 'Indeterminate Position' attribute.static TimeIndeterminateValueTypeTimeIndeterminateValueType. 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 voidTimePositionType. 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 TimeIndeterminateValueTypeTimePositionTypeImpl. INDETERMINATE_POSITION_EDEFAULTThe default value of the 'Indeterminate Position' attribute.protected TimeIndeterminateValueTypeTimePositionTypeImpl. indeterminatePositionThe cached value of the 'Indeterminate Position' attribute.Methods in net.opengis.gml311.impl that return TimeIndeterminateValueType Modifier and Type Method Description TimeIndeterminateValueTypeGml311FactoryImpl. createTimeIndeterminateValueTypeFromString(EDataType eDataType, String initialValue)TimeIndeterminateValueTypeGml311FactoryImpl. createTimeIndeterminateValueTypeObjectFromString(EDataType eDataType, String initialValue)TimeIndeterminateValueTypeTimePositionTypeImpl. getIndeterminatePosition()Methods in net.opengis.gml311.impl with parameters of type TimeIndeterminateValueType Modifier and Type Method Description voidTimePositionTypeImpl. 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 booleanGml311Validator. validateTimeIndeterminateValueType(TimeIndeterminateValueType timeIndeterminateValueType, DiagnosticChain diagnostics, Map<Object,Object> context)booleanGml311Validator. validateTimeIndeterminateValueTypeObject(TimeIndeterminateValueType timeIndeterminateValueTypeObject, DiagnosticChain diagnostics, Map<Object,Object> context)
-