Package net.opengis.gml.x32
Class DegreesType.Direction.Factory
- java.lang.Object
-
- net.opengis.gml.x32.DegreesType.Direction.Factory
-
- Enclosing interface:
- DegreesType.Direction
public static final class DegreesType.Direction.Factory extends Object
A factory class with static methods for creating instances of this type.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static DegreesType.DirectionnewInstance()static DegreesType.DirectionnewInstance(org.apache.xmlbeans.XmlOptions options)static DegreesType.DirectionnewValue(Object obj)
-
-
-
Method Detail
-
newValue
public static DegreesType.Direction newValue(Object obj)
-
newInstance
public static DegreesType.Direction newInstance()
-
newInstance
public static DegreesType.Direction newInstance(org.apache.xmlbeans.XmlOptions options)
-
-