public class RelationPath extends DataClass
factoryCreated, factoryProperties
Constructor and Description |
---|
RelationPath() |
RelationPath(com.google.gwt.core.client.JavaScriptObject jsObj) |
Modifier and Type | Method and Description |
---|---|
java.lang.Integer |
getDistance()
A number representing the distance between source and target DataSources.
|
static RelationPath |
getOrCreateRef(com.google.gwt.core.client.JavaScriptObject jsObj) |
java.lang.String |
getPath()
A slash-separated path consisting of each DataSource ID in the path between source and target
|
RelationPath |
setDistance(java.lang.Integer distance)
A number representing the distance between source and target DataSources.
|
RelationPath |
setPath(java.lang.String path)
A slash-separated path consisting of each DataSource ID in the path between source and target
|
applyFactoryProperties, doAddHandler, fireEvent, getAttribute, getAttributeAsBoolean, getAttributeAsBoolean, getAttributeAsDate, getAttributeAsDouble, getAttributeAsDoubleArray, getAttributeAsElement, getAttributeAsFloat, getAttributeAsInt, getAttributeAsIntArray, getAttributeAsJavaScriptObject, getAttributeAsLong, getAttributeAsMap, getAttributeAsObject, getAttributeAsRecord, getAttributeAsString, getAttributeAsStringArray, getAttributes, getHandlerCount, isFactoryCreated, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttributeAsJavaObject, setFactoryCreated
public RelationPath()
public RelationPath(com.google.gwt.core.client.JavaScriptObject jsObj)
public static RelationPath getOrCreateRef(com.google.gwt.core.client.JavaScriptObject jsObj)
public RelationPath setDistance(java.lang.Integer distance)
path
.distance
- New distance value. Default value is nullRelationPath
instance, for chaining setter callspublic java.lang.Integer getDistance()
path
.public RelationPath setPath(java.lang.String path)
path
- New path value. Default value is nullRelationPath
instance, for chaining setter callspublic java.lang.String getPath()