| Package | com.yworks.io.graphml.writer |
| Interface | public interface IAttributeProvider |
| Method | Defined By | ||
|---|---|---|---|
getContentType():String
The content type of the attribute. | IAttributeProvider | ||
getName():String
Returns the name of the attribute. | IAttributeProvider | ||
getValue(context:GraphMLWriteContext):Object
Returns the value of the attribute in the given context. | IAttributeProvider | ||
| getContentType | () | method |
public function getContentType():StringThe content type of the attribute.
ReturnsString — one of
|
See also
| getName | () | method |
public function getName():StringReturns the name of the attribute.
ReturnsString — The name of the attribute
|
| getValue | () | method |
public function getValue(context:GraphMLWriteContext):ObjectReturns the value of the attribute in the given context.
Parameters
context:GraphMLWriteContext — the write context
|
Object — the value of the attribute
|