Uses of Class
net.opengis.gml311.TimeUnitTypeMember0
-
Packages that use TimeUnitTypeMember0 Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of TimeUnitTypeMember0 in net.opengis.gml311
Fields in net.opengis.gml311 with type parameters of type TimeUnitTypeMember0 Modifier and Type Field Description static List<TimeUnitTypeMember0>TimeUnitTypeMember0. VALUESA public read-only list of all the 'Time Unit Type Member0' enumerators.Methods in net.opengis.gml311 that return TimeUnitTypeMember0 Modifier and Type Method Description static TimeUnitTypeMember0TimeUnitTypeMember0. get(int value)Returns the 'Time Unit Type Member0' literal with the specified integer value.static TimeUnitTypeMember0TimeUnitTypeMember0. get(String literal)Returns the 'Time Unit Type Member0' literal with the specified literal value.static TimeUnitTypeMember0TimeUnitTypeMember0. getByName(String name)Returns the 'Time Unit Type Member0' literal with the specified name.static TimeUnitTypeMember0TimeUnitTypeMember0. valueOf(String name)Returns the enum constant of this type with the specified name.static TimeUnitTypeMember0[]TimeUnitTypeMember0. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of TimeUnitTypeMember0 in net.opengis.gml311.impl
Methods in net.opengis.gml311.impl that return TimeUnitTypeMember0 Modifier and Type Method Description TimeUnitTypeMember0Gml311FactoryImpl. createTimeUnitTypeMember0FromString(EDataType eDataType, String initialValue)TimeUnitTypeMember0Gml311FactoryImpl. createTimeUnitTypeMember0ObjectFromString(EDataType eDataType, String initialValue) -
Uses of TimeUnitTypeMember0 in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type TimeUnitTypeMember0 Modifier and Type Method Description booleanGml311Validator. validateTimeUnitTypeMember0(TimeUnitTypeMember0 timeUnitTypeMember0, DiagnosticChain diagnostics, Map<Object,Object> context)booleanGml311Validator. validateTimeUnitTypeMember0Object(TimeUnitTypeMember0 timeUnitTypeMember0Object, DiagnosticChain diagnostics, Map<Object,Object> context)
-