|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.platform.ego.impl.Attribute
public class Attribute
General structure that carries the name value pair of any attribute. This structure is used through out VEM to describe objects. The name field is always a string, while the value can be of different type.
Constructor Summary | |
---|---|
Attribute()
|
Method Summary | |
---|---|
java.lang.String |
getName()
Get name of the attribute. |
java.lang.String |
getType()
Get type of the attribute. |
java.lang.String |
getValue()
Get value of the attribute |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Attribute()
Method Detail |
---|
public java.lang.String getName()
public java.lang.String getValue()
public java.lang.String getType()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |