|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--com.objectwave.persist.value.Value
| Constructor Summary | |
Value()
|
|
| Method Summary | |
void |
addAttribute(Attribute item)
Adds a feature to the Attribute attribute of the Value object |
void |
addConstraint(Constraint item)
Adds a feature to the Constraint attribute of the Value object |
java.util.Enumeration |
attributes()
|
java.util.Enumeration |
constraints()
|
Attribute |
getAttribute(int index)
Gets the Attribute attribute of the Value object |
int |
getAttributeCount()
Gets the AttributeCount attribute of the Value object |
Constraint |
getConstraint(int index)
Gets the Constraint attribute of the Value object |
int |
getConstraintCount()
Gets the ConstraintCount attribute of the Value object |
java.lang.String |
getDomainClass()
Gets the DomainClass attribute of the Value object |
java.lang.String |
getValueClass()
Gets the ValueClass attribute of the Value object |
boolean |
hasDomainClass()
|
boolean |
hasValueClass()
|
void |
setDomainClass(java.lang.String value)
Sets the DomainClass attribute of the Value object |
void |
setValueClass(java.lang.String value)
Sets the ValueClass attribute of the Value object |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Value()
| Method Detail |
public void setDomainClass(java.lang.String value)
value - The new DomainClass valuepublic void setValueClass(java.lang.String value)
value - The new ValueClass valuepublic Constraint getConstraint(int index)
index -
public int getConstraintCount()
public Attribute getAttribute(int index)
index -
public int getAttributeCount()
public java.lang.String getDomainClass()
public java.lang.String getValueClass()
public void addConstraint(Constraint item)
item - The feature to be added to the Constraint attributepublic java.util.Enumeration constraints()
public void addAttribute(Attribute item)
item - The feature to be added to the Attribute attributepublic java.util.Enumeration attributes()
public boolean hasDomainClass()
public boolean hasValueClass()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||