|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.uni_bremen.st.rcf.model.Attribute
public final class Attribute
An attribute of the RCF schema. Attributes are read-only and cannot be changed after they have been created.
Method Summary | |
---|---|
List<String> |
getEnumValues()
Get the possible enumeration values of the attribute |
String |
getName()
Get the name of the attribute |
Relation<? extends Entry> |
getReferencedRelation()
Get the relation this attribute's values are instances of. |
Relation<? extends Entry> |
getRelation()
Get the relation the attribute belongs to. |
AttributeType |
getType()
Get the type of the attribute |
boolean |
isEnum()
Check whether the possible attribute values are constrained by an enumeration. |
boolean |
isList()
Check whether the attribute contains a list of values instead of a single value. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public String getName()
public AttributeType getType()
public boolean isList()
public boolean isEnum()
public Relation<? extends Entry> getRelation()
public Relation<? extends Entry> getReferencedRelation()
public List<String> getEnumValues()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |