Packagecom.yworks.support
Interfacepublic interface IRoundtripMapper extends IMapper
Implementors DictionaryMapper



Public Properties
 PropertyDefined 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
Public Methods
 MethodDefined By
 Inherited
lookupValue(key:Object):Object
Finds the associated value for the given key in the map.
IMapper
 Inherited
mapValue(key:Object, value:Object):void
Associates the given key with the value provided, removing previous associations.
IMapper
 Inherited
unMapValue(key:Object):void
Removes a previously created association with the given key.
IMapper
Property Detail
autoSerializeproperty
autoSerialize:Boolean  [read-only]

Whether this mapper should be serialized when the graph it is registered with is sent to the server.


Implementation
    public function get autoSerialize():Boolean
nameproperty 
name:String  [read-only]

The attribute name. Used both as a key for the graph's IMapperRegistry and for GraphML serialization.


Implementation
    public function get name():String
scopeproperty 
scope:String  [read-only]

One of


Implementation
    public function get scope():String
valueTypeproperty 
valueType:String  [read-only]

One of


Implementation
    public function get valueType():String