|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.graffiti.attributes.AbstractAttribute
org.graffiti.attributes.StringAttribute
vanted.attribute.HideCapacityAttribute
public class HideCapacityAttribute
The Class HideCapacityAttribute handles the hide capacity attribute.
Field Summary | |
---|---|
static java.lang.String |
name
The Constant name. |
static java.lang.String |
path
The Constant path. |
Fields inherited from interface org.graffiti.attributes.Attribute |
---|
SEPARATOR |
Constructor Summary | |
---|---|
HideCapacityAttribute()
Instantiates a new hide capacity attribute. |
|
HideCapacityAttribute(java.lang.String id)
Instantiates a new hide capacity attribute. |
|
HideCapacityAttribute(java.lang.String id,
java.lang.String value)
Instantiates a new hide capacity attribute. |
Method Summary | |
---|---|
void |
addHideCapacity(HideCapacity hideCapacity)
Adds the hide capacity. |
HideCapacity |
getHideCapacity()
Gets the hide capacity. |
java.lang.String |
getString()
|
java.lang.Object |
getValue()
|
boolean |
removeHideCapacity()
Removes the hide capacity. |
void |
setString(java.lang.String value)
|
Methods inherited from class org.graffiti.attributes.StringAttribute |
---|
copy, getTypedStringAttribute, getTypedStringAttribute, putAttributeType, setDefaultValue, toString, toXMLString |
Methods inherited from class org.graffiti.attributes.AbstractAttribute |
---|
addEdgeAttributeType, addNodeAttributeType, getAttributable, getDescription, getIcon, getId, getName, getParent, getPath, getTypedAttribute, isTypedAttributeFromID, setDescription, setId, setParent, setValue, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String path
public static final java.lang.String name
Constructor Detail |
---|
public HideCapacityAttribute()
public HideCapacityAttribute(java.lang.String id)
id
- the idpublic HideCapacityAttribute(java.lang.String id, java.lang.String value)
id
- the idvalue
- the valueMethod Detail |
---|
public java.lang.String getString()
getString
in class org.graffiti.attributes.StringAttribute
public java.lang.Object getValue()
getValue
in interface org.graffiti.attributes.Attribute
getValue
in interface org.graffiti.plugin.Displayable
getValue
in class org.graffiti.attributes.StringAttribute
public void setString(java.lang.String value)
setString
in class org.graffiti.attributes.StringAttribute
public HideCapacity getHideCapacity()
public void addHideCapacity(HideCapacity hideCapacity)
hideCapacity
- the hide capacitypublic boolean removeHideCapacity()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |