|
||||||||||
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.BooleanAttribute
public class BooleanAttribute
Boolean attribute for nodes concretizing Attribute abstract class.
Constructor Summary | |
---|---|
BooleanAttribute()
Constructor without default value. |
|
BooleanAttribute(AttributeValue value)
Constructor with initial value. |
|
BooleanAttribute(boolean value)
Constructor with initial value. |
Method Summary | |
---|---|
boolean |
equals(AttributeValue other)
Determines whether the Boolean equals some other Boolean |
boolean |
greaterThan(AttributeValue otherValue)
Determines whether the Boolean is greater than anotherBoolean |
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 BooleanAttribute()
public BooleanAttribute(AttributeValue value) throws Scheherexception
Scheherexception
public BooleanAttribute(boolean value) throws Scheherexception
Scheherexception
Method Detail |
---|
public boolean greaterThan(AttributeValue otherValue) throws Scheherexception
greaterThan
in class Attribute
Scheherexception
public boolean equals(AttributeValue other) throws Scheherexception
equals
in class Attribute
Scheherexception
public int maxLength() throws Scheherexception
Attribute
maxLength
in class Attribute
Scheherexception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |