|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Classification
A Classification is an instance of a DynamicType. It holds the attribute values for the attributesof the corresponding type. You need one classification for each object you want to classify.
Method Summary | |
---|---|
Object |
clone()
|
Attribute |
getAttribute(String key)
|
Attribute[] |
getAttributes()
|
String |
getName(Locale locale)
|
DynamicType |
getType()
|
Object |
getValue(Attribute attribute)
calls getValue(getAttribte(key)) |
Object |
getValue(String key)
|
String |
getValueAsString(Attribute attribute,
Locale locale)
returns the value as a String in the selected locale. |
void |
setValue(Attribute attribute,
Object value)
|
void |
setValue(String key,
Object value)
calls setValue(getAttribte(key),value) |
Method Detail |
---|
DynamicType getType()
String getName(Locale locale)
getName
in interface Named
Attribute[] getAttributes()
Attribute getAttribute(String key)
void setValue(Attribute attribute, Object value)
void setValue(String key, Object value)
Object getValue(Attribute attribute)
Object getValue(String key)
String getValueAsString(Attribute attribute, Locale locale)
Object clone()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |