Uses of Interface
org.omg.smm.Attribute
| Package | Description |
|---|---|
| org.omg.smm | |
| org.omg.smm.impl | |
| org.omg.smm.util |
-
Uses of Attribute in org.omg.smm
Methods in org.omg.smm that return Attribute Modifier and Type Method Description AttributeSmmFactory. createAttribute()Returns a new object of class 'Attribute'.Methods in org.omg.smm that return types with arguments of type Attribute Modifier and Type Method Description org.eclipse.emf.common.util.EList<Attribute>SmmElement. getAttributes()Returns the value of the 'Attributes' containment reference list. -
Uses of Attribute in org.omg.smm.impl
Classes in org.omg.smm.impl that implement Attribute Modifier and Type Class Description classAttributeImplAn implementation of the model object 'Attribute'.Fields in org.omg.smm.impl with type parameters of type Attribute Modifier and Type Field Description protected org.eclipse.emf.common.util.EList<Attribute>SmmElementImpl. attributesThe cached value of the 'Attributes' containment reference list.Methods in org.omg.smm.impl that return Attribute Modifier and Type Method Description AttributeSmmFactoryImpl. createAttribute()Methods in org.omg.smm.impl that return types with arguments of type Attribute Modifier and Type Method Description org.eclipse.emf.common.util.EList<Attribute>SmmElementImpl. getAttributes() -
Uses of Attribute in org.omg.smm.util
Methods in org.omg.smm.util with parameters of type Attribute Modifier and Type Method Description TSmmSwitch. caseAttribute(Attribute object)Returns the result of interpreting the object as an instance of 'Attribute'.