|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IStereotypeAttribute
Top-level definition for user-defined attributes on a stereotype
Field Summary | |
---|---|
static int |
CHECKABLE_KIND
Static integer value for a Checkable kind of attribute. |
static int |
ENTRY_LIST_KIND
Static integer value for a Entry List kind of attribute. |
static int |
STRING_ENTRY_KIND
Static integer value for a String kind of attribute. |
Method Summary | |
---|---|
org.dom4j.Element |
asElement()
|
java.lang.String |
getDefaultValue()
Get the default value for this attribute. |
java.lang.String |
getDescription()
Returns the human readable description of this attribute. |
int |
getKind()
The 'kind' of attribute. |
java.lang.String |
getName()
Get the name of the attribute. |
boolean |
isArray()
Returns true if this attribute is an array type. |
void |
parse(org.dom4j.Element element)
|
void |
setArray(boolean isArray)
Sets whether this attribute is an array |
void |
setDefaultValue(java.lang.String defaultValue)
|
void |
setDescription(java.lang.String description)
|
void |
setName(java.lang.String name)
|
Field Detail |
---|
static final int CHECKABLE_KIND
static final int ENTRY_LIST_KIND
static final int STRING_ENTRY_KIND
Method Detail |
---|
void setName(java.lang.String name)
void setDefaultValue(java.lang.String defaultValue)
void setDescription(java.lang.String description)
org.dom4j.Element asElement()
void setArray(boolean isArray)
isArray
- void parse(org.dom4j.Element element)
java.lang.String getDefaultValue()
java.lang.String getDescription()
int getKind()
java.lang.String getName()
boolean isArray()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |