|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.gcube.data.gml.elements.GCubeElementProperty
public class GCubeElementProperty
Defines a GCubeElement property.
| Constructor Summary | |
|---|---|
GCubeElementProperty(String key)
Creates a new property. |
|
GCubeElementProperty(String key,
String value)
Creates a new property. |
|
GCubeElementProperty(String key,
String type,
String value)
Creates a new property. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
int |
hashCode()
|
String |
key()
|
void |
setType(String type)
|
void |
setValue(String value)
|
String |
toString()
|
String |
type()
|
String |
value()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public GCubeElementProperty(String key)
key - the property key.
public GCubeElementProperty(String key,
String value)
key - the property key.value - the property value.
public GCubeElementProperty(String key,
String type,
String value)
key - the property key.type - the property type.value - the property value.| Method Detail |
|---|
public String key()
public String type()
public void setType(String type)
type - the property type to setpublic String value()
public void setValue(String value)
value - the property value to setpublic String toString()
toString in class Objectpublic int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||