|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectstory.dbcore.attributes.Attribute
story.dbcore.attributes.NodeInstancingAttribute
public class NodeInstancingAttribute
Attribute concretizing Attribute abstract class for attributes that
are NodeInstancings.
Constructor Summary | |
---|---|
NodeInstancingAttribute()
Constructor with no initial value. |
|
NodeInstancingAttribute(AttributeValue value)
Constructor with initial value. |
Method Summary | |
---|---|
boolean |
equals(AttributeValue other)
Determines whether one NodeInstancing attribute is equal to another. |
boolean |
greaterThan(AttributeValue other)
Determines whether the attribute is greater than another attribute. |
int |
maxLength()
All extending classes must report their maximum length. |
AttributeValue |
value()
Get the attribute value. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NodeInstancingAttribute()
public NodeInstancingAttribute(AttributeValue value) throws Scheherexception
Scheherexception
Method Detail |
---|
public AttributeValue value() throws Scheherexception
Scheherexception
public boolean greaterThan(AttributeValue other) throws Scheherexception
greaterThan
in class Attribute
Scheherexception
public boolean equals(AttributeValue other) throws Scheherexception
equals
in class Attribute
Scheherexception
public int maxLength()
Attribute
maxLength
in class Attribute
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |