Uses of Class
net.opengis.gml.x32.SuccessionType.Enum
-
Packages that use SuccessionType.Enum Package Description net.opengis.gml.x32 -
-
Uses of SuccessionType.Enum in net.opengis.gml.x32
Fields in net.opengis.gml.x32 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.x32 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.
-