Package | com.yworks.support |
Interface | public interface IRoundtripMapper extends IMapper |
Implementors | DictionaryMapper |
Property | Defined By | ||
---|---|---|---|
autoSerialize : Boolean [read-only]
Whether this mapper should be serialized when the graph it
is registered with is sent to the server. | IRoundtripMapper | ||
name : String [read-only]
The attribute name. | IRoundtripMapper | ||
scope : String [read-only]
One of
GraphMLConstants.SCOPE_ALL
GraphMLConstants.SCOPE_NODE
GraphMLConstants.SCOPE_EDGE
GraphMLConstants.SCOPE_GRAPH
GraphMLConstants.SCOPE_PORT
| IRoundtripMapper | ||
valueType : String [read-only]
One of
GraphMLConstants.TYPE_INT
GraphMLConstants.TYPE_LONG
GraphMLConstants.TYPE_FLOAT
GraphMLConstants.TYPE_DOUBLE
GraphMLConstants.TYPE_BOOLEAN
GraphMLConstants.TYPE_STRING
GraphMLConstants.TYPE_COMPLEX
| IRoundtripMapper |
autoSerialize | property |
autoSerialize:Boolean
[read-only] Whether this mapper should be serialized when the graph it is registered with is sent to the server.
public function get autoSerialize():Boolean
name | property |
name:String
[read-only]
The attribute name.
Used both as a key for the graph's IMapperRegistry
and for GraphML serialization.
public function get name():String
scope | property |
scope:String
[read-only] One of
public function get scope():String
valueType | property |
valueType:String
[read-only] One of
public function get valueType():String