Package net.opengis.sampling.x10
Class ElevationMethodType.Member.Factory
- java.lang.Object
-
- net.opengis.sampling.x10.ElevationMethodType.Member.Factory
-
- Enclosing interface:
- ElevationMethodType.Member
public static final class ElevationMethodType.Member.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 ElevationMethodType.MembernewInstance()static ElevationMethodType.MembernewInstance(org.apache.xmlbeans.XmlOptions options)static ElevationMethodType.MembernewValue(Object obj)
-
-
-
Method Detail
-
newValue
public static ElevationMethodType.Member newValue(Object obj)
-
newInstance
public static ElevationMethodType.Member newInstance()
-
newInstance
public static ElevationMethodType.Member newInstance(org.apache.xmlbeans.XmlOptions options)
-
-