|
||||||||||
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.ParameterSetAttribute
public class ParameterSetAttribute
Attribute concretizing Attribute abstract class for attributes that
are parameters.
Important: For this attribute, null values are supported.
They are parsed from the null string ("") and are serialized back
as the same "". This should be semantically interpreted as "no
ParameterSet has been set," which is distinct from an empty
ParameterSet, which is parsed from "<>" and serialized back as
"<>".
Constructor Summary | |
---|---|
ParameterSetAttribute()
Constructor with no initial value. |
|
ParameterSetAttribute(AttributeValue value)
Constructor with initial value. |
Method Summary | |
---|---|
boolean |
equals(AttributeValue other)
Determines whether one ParameterSetAttribute 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()
Serialize the attribute. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ParameterSetAttribute()
public ParameterSetAttribute(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 |