Modifier and Type | Method and Description |
---|---|
Attribute |
IUmlModel.createAttribute()
Create an Attribute.
|
Attribute |
IUmlModel.createAttribute(String name,
GeneralClass type,
Classifier owner)
Create an Attribute.
|
Attribute |
IUmlModel.createAttribute(String name,
GeneralClass type,
Classifier owner,
Stereotype stereotype)
Create a stereotyped Attribute.
|
Attribute |
IUmlModel.createAttribute(String name,
GeneralClass type,
Classifier owner,
String moduleName,
String stereotypeName) |
Modifier and Type | Method and Description |
---|---|
Object |
CompositionInitializer.visitAttribute(Attribute theAttribute) |
Modifier and Type | Method and Description |
---|---|
Object |
GetSiblingsVisitor.visitAttribute(Attribute theAttribute) |
Modifier and Type | Method and Description |
---|---|
Attribute |
BpmnItemAwareElement.getRepresentedAttribute() |
Modifier and Type | Method and Description |
---|---|
void |
BpmnItemAwareElement.setRepresentedAttribute(Attribute value) |
Modifier and Type | Method and Description |
---|---|
Attribute |
IModelFactory.createAttribute()
Creates an new
Attribute |
Attribute |
IModelFactory.createAttribute(String name,
GeneralClass type,
Classifier owner) |
Attribute |
IModelFactory.createAttribute(String name,
GeneralClass type,
Classifier owner,
Stereotype stereotype) |
Attribute |
IModelFactory.createAttribute(String name,
GeneralClass type,
Classifier owner,
String moduleName,
String stereotypeName) |
Modifier and Type | Method and Description |
---|---|
Attribute |
ObjectNode.getRepresentedAttribute() |
Modifier and Type | Method and Description |
---|---|
void |
ObjectNode.setRepresentedAttribute(Attribute value) |
Modifier and Type | Method and Description |
---|---|
<T extends Attribute> |
GeneralClass.getObject(Class<T> filterClass) |
<T extends Attribute> |
Classifier.getOwnedAttribute(Class<T> filterClass) |
<T extends Attribute> |
AssociationEnd.getQualifier(Class<T> filterClass) |
Modifier and Type | Method and Description |
---|---|
Attribute |
AttributeLink.getBase() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<Attribute> |
GeneralClass.getObject() |
org.eclipse.emf.common.util.EList<Attribute> |
Classifier.getOwnedAttribute() |
org.eclipse.emf.common.util.EList<Attribute> |
AssociationEnd.getQualifier() |
Modifier and Type | Method and Description |
---|---|
void |
AttributeLink.setBase(Attribute value) |
Modifier and Type | Method and Description |
---|---|
Object |
IModelVisitor.visitAttribute(Attribute obj) |
Object |
AbstractModelVisitor.visitAttribute(Attribute obj) |
Object |
DefaultModelVisitor.visitAttribute(Attribute obj) |