Class ShapeInfoString
- java.lang.Object
-
- net.anwiba.spatial.ckan.json.schema.v1_0.ShapeInfoString
-
public class ShapeInfoString extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ShapeInfoString(java.lang.String value)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ShapeInfoasShapeInfo()java.lang.StringgetValue()static ShapeInfoStringvalueOf(ShapeInfo object)
-
-
-
Method Detail
-
getValue
public java.lang.String getValue()
-
asShapeInfo
public ShapeInfo asShapeInfo()
-
valueOf
public static ShapeInfoString valueOf(ShapeInfo object)
-
-