Package net.opengis.gml
Class DegreesType.Direction.Member2.Factory
- java.lang.Object
-
- net.opengis.gml.DegreesType.Direction.Member2.Factory
-
- Enclosing interface:
- DegreesType.Direction.Member2
public static final class DegreesType.Direction.Member2.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.Direction.Member2newInstance()static DegreesType.Direction.Member2newInstance(org.apache.xmlbeans.XmlOptions options)static DegreesType.Direction.Member2newValue(Object obj)
-
-
-
Method Detail
-
newValue
public static DegreesType.Direction.Member2 newValue(Object obj)
-
newInstance
public static DegreesType.Direction.Member2 newInstance()
-
newInstance
public static DegreesType.Direction.Member2 newInstance(org.apache.xmlbeans.XmlOptions options)
-
-