T - public interface Attribute<T>
| Modifier and Type | Method and Description | 
|---|---|
| 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. | 
T getValue(ModelElementInstance modelElement)
void setValue(ModelElementInstance modelElement, T value)
T getDefaultValue()
boolean isRequired()
String getNamespaceUri()
String getAttributeName()
boolean isIdAttribute()
ModelElementType getOwningElementType()
Copyright © 2018. All rights reserved.