|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Definition
How both tasks and types should be defined
| Method Summary | |
|---|---|
AttributeDefinition |
getAttribute(String name)
Gets an attribute by name |
AttributeDefinition[] |
getAttributes()
Gets all the attributes belonging to this type/task |
String |
getClassname()
Gets the classname of this task/type |
String |
getName()
Gets the name of this task/type |
TypeDefinition |
getNestedElement(String name)
Gets a nested element by name |
TypeDefinition[] |
getNestedElements()
Gets all the nested elements this task/type accepts |
boolean |
isDeprecated()
Whether this task/type is deprecated |
| Method Detail |
|---|
boolean isDeprecated()
String getName()
String getClassname()
AttributeDefinition[] getAttributes()
TypeDefinition[] getNestedElements()
AttributeDefinition getAttribute(String name)
name - the name of the attribute to get
TypeDefinition getNestedElement(String name)
name - the name of the element to get
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||