|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
T - public interface Attribute<T>
| Method Summary | |
|---|---|
String |
getAttributeName()
|
T |
getDefaultValue()
|
List<Reference<?>> |
getIncomingReferences()
|
String |
getNamespaceUri()
|
List<Reference<?>> |
getOutgoingReferences()
|
ModelElementType |
getOwningElementType()
|
T |
getValue(ModelElementInstance modelElement)
returns the value of the attribute. |
boolean |
isIdAttribute()
|
boolean |
isRequired()
|
void |
setValue(ModelElementInstance modelElement,
T value)
sets the value of the attribute. |
void |
setValue(ModelElementInstance modelElement,
T value,
boolean withReferenceUpdate)
sets the value of the attribute. |
| Method Detail |
|---|
T getValue(ModelElementInstance modelElement)
void setValue(ModelElementInstance modelElement,
T value)
value - the value of the attribute.
void setValue(ModelElementInstance modelElement,
T value,
boolean withReferenceUpdate)
value - the value of the attribute.withReferenceUpdate - true to update id references in other elements, false otherwiseT getDefaultValue()
boolean isRequired()
String getNamespaceUri()
String getAttributeName()
boolean isIdAttribute()
ModelElementType getOwningElementType()
List<Reference<?>> getIncomingReferences()
List<Reference<?>> getOutgoingReferences()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||