|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
This interface defines the contract of a GraphML attribute.
| Method Summary | |
int |
getContentType()
The type of the content of the attribute. |
String |
getName()
Returns the name of the Attribute. |
Object |
getValue(GraphMLWriteContext context)
Returns the value of the Attribute in a given context. |
| Method Detail |
public int getContentType()
AttributeConstants.TYPE_INT,
AttributeConstants.TYPE_LONG,
AttributeConstants.TYPE_FLOAT,
AttributeConstants.TYPE_DOUBLE,
AttributeConstants.TYPE_BOOLEAN,
AttributeConstants.TYPE_STRING.public String getName()
public Object getValue(GraphMLWriteContext context)
Integer,Long, Float, Double, String.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||