public class UniqueKeyElement extends Object implements Comparable<UniqueKeyElement>
| Constructor and Description |
|---|
UniqueKeyElement(ShowlPropertyShape propertyShape) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(UniqueKeyElement other) |
ShowlPropertyShape |
getPropertyShape() |
ShowlUniqueKey |
getSelectedKey() |
ShowlUniqueKeyCollection |
getValueKeys()
Get the collection of keys for the value NodeShape contained within the PropertyShape
referenced by this element.
|
void |
setSelectedKey(ShowlUniqueKey selectedKey) |
void |
setValueKeys(ShowlUniqueKeyCollection valueKeys)
Set the collection of keys for the value NodeShape contained within the PropertyShape
referenced by this element.
|
String |
toString() |
public UniqueKeyElement(ShowlPropertyShape propertyShape)
public ShowlPropertyShape getPropertyShape()
public int compareTo(UniqueKeyElement other)
compareTo in interface Comparable<UniqueKeyElement>public ShowlUniqueKeyCollection getValueKeys()
public void setValueKeys(ShowlUniqueKeyCollection valueKeys)
public ShowlUniqueKey getSelectedKey()
public void setSelectedKey(ShowlUniqueKey selectedKey)
Copyright © 2019. All rights reserved.