|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@UML(identifier="PF_AttributeDefinition",
specification=ISO_19117)
public interface AttributeDefinitionAttributDefinition is used to define the formal parameters of external functions and the underlying rendering operations of the portrayal service.
| Method Summary | |
|---|---|
Object |
getDefault()
Returns a Default Value for this attribut. |
InternationalString |
getDescription()
Returns a description of the usage of this attribute. |
String |
getName()
Returns the name of the attribute definition. |
Class |
getReturnType()
Returns the class type for this attribute. |
| Method Detail |
|---|
@UML(identifier="name",
obligation=MANDATORY,
specification=ISO_19117)
String getName()
@UML(identifier="description",
obligation=OPTIONAL,
specification=ISO_19117)
InternationalString getDescription()
@UML(identifier="type",
obligation=MANDATORY,
specification=ISO_19117)
Class getReturnType()
@UML(identifier="defaultValue",
obligation=OPTIONAL,
specification=ISO_19117)
Object getDefault()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||