Uses of Class
net.opengis.gml.x33.lr.ReferentTypeType.Enum
-
Packages that use ReferentTypeType.Enum Package Description net.opengis.gml.x33.lr net.opengis.gml.x33.lr.impl -
-
Uses of ReferentTypeType.Enum in net.opengis.gml.x33.lr
Fields in net.opengis.gml.x33.lr declared as ReferentTypeType.Enum Modifier and Type Field Description static ReferentTypeType.EnumReferentTypeType. BOUNDARYstatic ReferentTypeType.EnumReferentTypeType. INTERSECTIONstatic ReferentTypeType.EnumReferentTypeType. LANDMARKstatic ReferentTypeType.EnumReferentTypeType. REFERENCE_MARKERMethods in net.opengis.gml.x33.lr that return ReferentTypeType.Enum Modifier and Type Method Description static ReferentTypeType.EnumReferentTypeType.Enum. forInt(int i)Returns the enum value corresponding to an int, or null if none.static ReferentTypeType.EnumReferentTypeType.Enum. forString(String s)Returns the enum value for a string, or null if none.ReferentTypeType.EnumReferentType. getType()Gets the "type" elementMethods in net.opengis.gml.x33.lr with parameters of type ReferentTypeType.Enum Modifier and Type Method Description voidReferentType. setType(ReferentTypeType.Enum type)Sets the "type" element -
Uses of ReferentTypeType.Enum in net.opengis.gml.x33.lr.impl
Methods in net.opengis.gml.x33.lr.impl that return ReferentTypeType.Enum Modifier and Type Method Description ReferentTypeType.EnumReferentTypeImpl. getType()Gets the "type" elementMethods in net.opengis.gml.x33.lr.impl with parameters of type ReferentTypeType.Enum Modifier and Type Method Description voidReferentTypeImpl. setType(ReferentTypeType.Enum type)Sets the "type" element
-