|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectstory.dbcore.attributes.Attribute
story.scheherazade.attributes.ValidModifierAttribute
public class ValidModifierAttribute
Attribute encoding a ValidModifier object.
Constructor Summary | |
---|---|
ValidModifierAttribute()
Constructor without default value. |
|
ValidModifierAttribute(AttributeValue value)
Constructor with initial value. |
Method Summary | |
---|---|
boolean |
equals(AttributeValue otherValue)
Determines whether the ValidModifier equals some other ValidModifier |
boolean |
greaterThan(AttributeValue otherValue)
Determines whether the ValidModifier is greater than another |
int |
maxLength()
All extending classes must report their maximum length. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ValidModifierAttribute()
public ValidModifierAttribute(AttributeValue value) throws Scheherexception
Scheherexception
Method Detail |
---|
public boolean greaterThan(AttributeValue otherValue) throws Scheherexception
greaterThan
in class Attribute
Scheherexception
public boolean equals(AttributeValue otherValue) 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 |