Uses of Class
net.opengis.gml.SuccessionType.Enum
-
Packages that use SuccessionType.Enum Package Description net.opengis.gml -
-
Uses of SuccessionType.Enum in net.opengis.gml
Fields in net.opengis.gml declared as SuccessionType.Enum Modifier and Type Field Description static SuccessionType.EnumSuccessionType. DIVISIONstatic SuccessionType.EnumSuccessionType. FUSIONstatic SuccessionType.EnumSuccessionType. INITIATIONstatic SuccessionType.EnumSuccessionType. SUBSTITUTIONMethods in net.opengis.gml that return SuccessionType.Enum Modifier and Type Method Description static SuccessionType.EnumSuccessionType.Enum. forInt(int i)Returns the enum value corresponding to an int, or null if none.static SuccessionType.EnumSuccessionType.Enum. forString(String s)Returns the enum value for a string, or null if none.
-