@Entity public class AttributeDescriptor extends Object
| Modifier and Type | Field and Description |
|---|---|
static Set<String> |
GEOMETRY_TYPES |
static String |
TYPE_BOOLEAN |
static String |
TYPE_DATE |
static String |
TYPE_DOUBLE |
static String |
TYPE_GEOMETRY |
static String |
TYPE_GEOMETRY_LINESTRING |
static String |
TYPE_GEOMETRY_MLINESTRING |
static String |
TYPE_GEOMETRY_MPOINT |
static String |
TYPE_GEOMETRY_MPOLYGON |
static String |
TYPE_GEOMETRY_POINT |
static String |
TYPE_GEOMETRY_POLYGON |
static String |
TYPE_INTEGER |
static String |
TYPE_STRING |
static String |
TYPE_TIMESTAMP |
| Constructor and Description |
|---|
AttributeDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getAlias() |
String |
getExtJSType()
Returns the ExtJS
field
type for this attribute.
|
Long |
getId() |
String |
getName() |
String |
getType() |
int |
hashCode() |
void |
setAlias(String alias) |
void |
setId(Long id) |
void |
setName(String name) |
void |
setType(String type) |
org.json.JSONObject |
toJSONObject() |
public static final String TYPE_STRING
public static final String TYPE_DOUBLE
public static final String TYPE_INTEGER
public static final String TYPE_BOOLEAN
public static final String TYPE_GEOMETRY
public static final String TYPE_DATE
public static final String TYPE_TIMESTAMP
public static final String TYPE_GEOMETRY_POINT
public static final String TYPE_GEOMETRY_MPOINT
public static final String TYPE_GEOMETRY_LINESTRING
public static final String TYPE_GEOMETRY_MLINESTRING
public static final String TYPE_GEOMETRY_POLYGON
public static final String TYPE_GEOMETRY_MPOLYGON
public String getExtJSType()
public Long getId()
public void setId(Long id)
public String getAlias()
public void setAlias(String alias)
public String getName()
public void setName(String name)
public String getType()
public void setType(String type)
public org.json.JSONObject toJSONObject()
throws org.json.JSONException
org.json.JSONExceptionCopyright © 2017. All rights reserved.