|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@XmlElement(value="Description") public interface Description
A Description is used to store various informations who describe an element. Description values are mostly used in User Interfaces (Lists, trees, ...).
Method Summary | |
---|---|
Object |
accept(StyleVisitor visitor,
Object extraData)
calls the visit method of a StyleVisitor |
InternationalString |
getAbstract()
Returns a human readable, prose description of this style. |
InternationalString |
getTitle()
Returns the human readable title of this style. |
Method Detail |
---|
@XmlElement(value="Title") InternationalString getTitle()
@XmlElement(value="Abstract") InternationalString getAbstract()
@Extension Object accept(StyleVisitor visitor, Object extraData)
visitor
- the style visitor
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |