|
Esri Geoportal Server 1.2.9
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.esri.gpt.framework.dcat.json.JsonAttribute
public class JsonAttribute
Raw DCAT attribute.
Nested Class Summary | |
---|---|
static class |
JsonAttribute.TYPE
Type. |
Constructor Summary | |
---|---|
JsonAttribute()
|
|
JsonAttribute(Boolean value)
Creates instance of the boolean attribute. |
|
JsonAttribute(Double value)
Creates instance of the double attribute. |
|
JsonAttribute(String value)
Creates instance of the string attribute. |
Method Summary | |
---|---|
Boolean |
getBoolean()
Gets value as boolean. |
Double |
getNumber()
Gets value as number. |
String |
getString()
Gets value as string. |
JsonAttribute.TYPE |
getType()
Gets original value type. |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public JsonAttribute(String value)
value
- valuepublic JsonAttribute(Double value)
value
- valuepublic JsonAttribute(Boolean value)
value
- valuepublic JsonAttribute()
Method Detail |
---|
public Double getNumber()
public String getString()
public Boolean getBoolean()
public String toString()
toString
in class Object
public JsonAttribute.TYPE getType()
|
Esri Geoportal Server 1.2.9
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |