Uses of Class
net.opengis.gml.x32.TimeIndeterminateValueType.Enum
-
Packages that use TimeIndeterminateValueType.Enum Package Description net.opengis.gml.x32 net.opengis.gml.x32.impl -
-
Uses of TimeIndeterminateValueType.Enum in net.opengis.gml.x32
Fields in net.opengis.gml.x32 declared as TimeIndeterminateValueType.Enum Modifier and Type Field Description static TimeIndeterminateValueType.EnumTimeIndeterminateValueType. AFTERstatic TimeIndeterminateValueType.EnumTimeIndeterminateValueType. BEFOREstatic TimeIndeterminateValueType.EnumTimeIndeterminateValueType. NOWstatic TimeIndeterminateValueType.EnumTimeIndeterminateValueType. UNKNOWNMethods in net.opengis.gml.x32 that return TimeIndeterminateValueType.Enum Modifier and Type Method Description static TimeIndeterminateValueType.EnumTimeIndeterminateValueType.Enum. forInt(int i)Returns the enum value corresponding to an int, or null if none.static TimeIndeterminateValueType.EnumTimeIndeterminateValueType.Enum. forString(String s)Returns the enum value for a string, or null if none.TimeIndeterminateValueType.EnumTimePositionType. getIndeterminatePosition()Gets the "indeterminatePosition" attributeMethods in net.opengis.gml.x32 with parameters of type TimeIndeterminateValueType.Enum Modifier and Type Method Description voidTimePositionType. setIndeterminatePosition(TimeIndeterminateValueType.Enum indeterminatePosition)Sets the "indeterminatePosition" attribute -
Uses of TimeIndeterminateValueType.Enum in net.opengis.gml.x32.impl
Methods in net.opengis.gml.x32.impl that return TimeIndeterminateValueType.Enum Modifier and Type Method Description TimeIndeterminateValueType.EnumTimePositionTypeImpl. getIndeterminatePosition()Gets the "indeterminatePosition" attributeMethods in net.opengis.gml.x32.impl with parameters of type TimeIndeterminateValueType.Enum Modifier and Type Method Description voidTimePositionTypeImpl. setIndeterminatePosition(TimeIndeterminateValueType.Enum indeterminatePosition)Sets the "indeterminatePosition" attribute
-