Uses of Interface
org.openxma.dsl.dom.model.Attribute

Packages that use Attribute
org.openxma.dsl.dom   
org.openxma.dsl.dom.model   
org.openxma.dsl.dom.model.impl   
org.openxma.dsl.dom.scoping   
org.openxma.dsl.dom.util   
org.openxma.dsl.dom.validation   
 

Uses of Attribute in org.openxma.dsl.dom
 

Methods in org.openxma.dsl.dom that return Attribute
 Attribute DomFactory.createAttribute()
          Returns a new object of class 'Attribute'.
 

Uses of Attribute in org.openxma.dsl.dom.model
 

Methods in org.openxma.dsl.dom.model that return Attribute
 Attribute FeatureReference.getAttribute()
          Returns the value of the 'Attribute' reference.
 Attribute CallInputParameter.getAttribute()
          Returns the value of the 'Attribute' reference.
 Attribute QueryParameter.getAttribute()
          Returns the value of the 'Attribute' reference.
 Attribute AttributeSortOrder.getAttribute()
          Returns the value of the 'Attribute' reference.
 Attribute PresentableFeature.getAttribute()
           
 Attribute QueryParameterValue.getAttribute()
          Returns the value of the 'Attribute' reference.
 Attribute CallOutputParameter.getAttribute()
          Returns the value of the 'Attribute' reference.
 Attribute DaoFeature.getAttribute()
          Returns the value of the 'Attribute' reference.
 Attribute Entity.getAttributeByName(String name)
           
 Attribute Entity.getIdentifier()
          Returns the value of the 'Identifier' reference.
 Attribute PropertyMapping.getLeft()
          Returns the value of the 'Left' reference.
 Attribute CallOutputParameter.getNestedAttribute()
          Returns the value of the 'Nested Attribute' reference.
 Attribute Attribute.getOpposite()
          Returns the value of the 'Opposite' reference.
 Attribute Attribute.getOppositeReference()
          Returns the value of the 'Opposite Reference' reference.
 Attribute Join.getReference()
          Returns the value of the 'Reference' reference.
 Attribute PropertyMapping.getRight()
          Returns the value of the 'Right' reference.
 Attribute FeatureReference.getTarget()
          Returns the value of the 'Target' reference.
 Attribute Attribute.getUnitAttribute()
           
 Attribute PresentableFeature.getUnitAttribute()
           
 Attribute AttributeTextProperty.getUnitAttribute()
          Returns the value of the 'Unit Attribute' reference.
 Attribute Entity.getVersion()
          Returns the value of the 'Version' reference.
 

Methods in org.openxma.dsl.dom.model that return types with arguments of type Attribute
 Collection<Attribute> Entity.copyAttributes()
          Returns a collection of the self-contained copies of each attribute.
 org.eclipse.emf.common.util.EList<Attribute> ComplexType.getAllAttributes()
          Returns the value of the 'All Attributes' reference list.
 org.eclipse.emf.common.util.EList<Attribute> DataBaseConstraint.getAttributes()
          Returns the value of the 'Attributes' reference list.
 org.eclipse.emf.common.util.EList<Attribute> ComplexType.getAttributes()
          Returns the value of the 'Attributes' containment reference list.
 org.eclipse.emf.common.util.EList<Attribute> DataView.getReferencedAssociations()
           
 org.eclipse.emf.common.util.EList<Attribute> Entity.getRequiredAttributes()
          Returns the value of the 'Required Attributes' reference list.
 org.eclipse.emf.common.util.EList<Attribute> Entity.getRequiredReferences()
          Returns the value of the 'Required References' reference list.
 org.eclipse.emf.common.util.EList<Attribute> AttributeGroup.getResolvedAttributeList()
          Returns the value of the 'Resolved Attribute List' reference list.
 org.eclipse.emf.common.util.EList<Attribute> Attribute.getResolvedAttributeList()
          Returns the value of the 'Resolved Attribute List' reference list.
 org.eclipse.emf.common.util.EList<Attribute> DataBaseConstraint.getResolvedAttributeList()
          Returns the value of the 'Resolved Attribute List' reference list.
 org.eclipse.emf.common.util.EList<Attribute> Entity.getResolvedAttributeList()
           
 

Methods in org.openxma.dsl.dom.model with parameters of type Attribute
 Column Dao.getColumnDefinition(Attribute attribute)
           
 Column Column.getColumnDefinition(Attribute attribute)
           
 ManyToMany Dao.getManyToMany(Attribute structuralFeature)
           
 ManyToOne Dao.getManyToOne(Attribute structuralFeature)
           
 OneToMany Dao.getOneToMany(Attribute structuralFeature)
           
 OneToOne Dao.getOneToOne(Attribute structuralFeature)
           
 void FeatureReference.setAttribute(Attribute value)
          Sets the value of the 'Attribute' reference.
 void CallInputParameter.setAttribute(Attribute value)
          Sets the value of the 'Attribute' reference.
 void QueryParameter.setAttribute(Attribute value)
          Sets the value of the 'Attribute' reference.
 void AttributeSortOrder.setAttribute(Attribute value)
          Sets the value of the 'Attribute' reference.
 void QueryParameterValue.setAttribute(Attribute value)
          Sets the value of the 'Attribute' reference.
 void CallOutputParameter.setAttribute(Attribute value)
          Sets the value of the 'Attribute' reference.
 void DaoFeature.setAttribute(Attribute value)
          Sets the value of the 'Attribute' reference.
 void PropertyMapping.setLeft(Attribute value)
          Sets the value of the 'Left' reference.
 void CallOutputParameter.setNestedAttribute(Attribute value)
          Sets the value of the 'Nested Attribute' reference.
 void Attribute.setOpposite(Attribute value)
          Sets the value of the 'Opposite' reference.
 void Join.setReference(Attribute value)
          Sets the value of the 'Reference' reference.
 void PropertyMapping.setRight(Attribute value)
          Sets the value of the 'Right' reference.
 void FeatureReference.setTarget(Attribute attribute)
           
 void AttributeTextProperty.setUnitAttribute(Attribute value)
          Sets the value of the 'Unit Attribute' reference.
 

Uses of Attribute in org.openxma.dsl.dom.model.impl
 

Classes in org.openxma.dsl.dom.model.impl that implement Attribute
 class AttributeImpl
          An implementation of the model object ' Attribute'.
 

Fields in org.openxma.dsl.dom.model.impl declared as Attribute
protected  Attribute AttributeSortOrderImpl.attribute
          The cached value of the 'Attribute' reference.
protected  Attribute QueryParameterImpl.attribute
          The cached value of the 'Attribute' reference.
protected  Attribute FeatureReferenceImpl.attribute
          The cached value of the 'Attribute' reference.
protected  Attribute DaoFeatureImpl.attribute
          The cached value of the 'Attribute' reference.
protected  Attribute CallOutputParameterImpl.attribute
          The cached value of the 'Attribute' reference.
protected  Attribute QueryParameterValueImpl.attribute
          The cached value of the 'Attribute' reference.
protected  Attribute CallInputParameterImpl.attribute
          The cached value of the 'Attribute' reference.
protected  Attribute PropertyMappingImpl.left
          The cached value of the 'Left' reference.
protected  Attribute CallOutputParameterImpl.nestedAttribute
          The cached value of the 'Nested Attribute' reference.
protected  Attribute AttributeImpl.opposite
          The cached value of the 'Opposite' reference.
protected  Attribute JoinImpl.reference
          The cached value of the 'Reference' reference.
protected  Attribute PropertyMappingImpl.right
          The cached value of the 'Right' reference.
 Attribute FeatureReferenceImpl.structuralFeature
           
protected  Attribute AttributeTextPropertyImpl.unitAttribute
          The cached value of the 'Unit Attribute' reference.
 

Fields in org.openxma.dsl.dom.model.impl with type parameters of type Attribute
protected  org.eclipse.emf.common.util.EList<Attribute> DataBaseConstraintImpl.attributes
          The cached value of the 'Attributes' reference list.
protected  org.eclipse.emf.common.util.EList<Attribute> ComplexTypeImpl.attributes
          The cached value of the 'Attributes' containment reference list.
 

Methods in org.openxma.dsl.dom.model.impl that return Attribute
 Attribute AttributeSortOrderImpl.basicGetAttribute()
           
 Attribute QueryParameterImpl.basicGetAttribute()
           
 Attribute FeatureReferenceImpl.basicGetAttribute()
           
 Attribute DaoFeatureImpl.basicGetAttribute()
           
 Attribute CallOutputParameterImpl.basicGetAttribute()
           
 Attribute QueryParameterValueImpl.basicGetAttribute()
           
 Attribute CallInputParameterImpl.basicGetAttribute()
           
 Attribute PropertyMappingImpl.basicGetLeft()
           
 Attribute CallOutputParameterImpl.basicGetNestedAttribute()
           
 Attribute AttributeImpl.basicGetOpposite()
           
 Attribute JoinImpl.basicGetReference()
           
 Attribute PropertyMappingImpl.basicGetRight()
           
 Attribute AttributeTextPropertyImpl.basicGetUnitAttribute()
           
 Attribute DomFactoryImpl.createAttribute()
           
 Attribute AttributeSortOrderImpl.getAttribute()
           
 Attribute QueryParameterImpl.getAttribute()
           
 Attribute FeatureReferenceImpl.getAttribute()
           
 Attribute DaoFeatureImpl.getAttribute()
           
 Attribute AttributeImpl.getAttribute()
           
 Attribute CallOutputParameterImpl.getAttribute()
           
 Attribute QueryParameterValueImpl.getAttribute()
           
 Attribute CallInputParameterImpl.getAttribute()
           
 Attribute EntityImpl.getAttributeByName(String name)
           
 Attribute EntityImpl.getIdentifier()
           
 Attribute PropertyMappingImpl.getLeft()
           
 Attribute CallOutputParameterImpl.getNestedAttribute()
           
 Attribute AttributeImpl.getOpposite()
           
 Attribute AttributeImpl.getOppositeReference()
           
 Attribute JoinImpl.getReference()
           
 Attribute PropertyMappingImpl.getRight()
           
 Attribute FeatureReferenceImpl.getTarget()
           
 Attribute AttributeTextPropertyImpl.getUnitAttribute()
           
 Attribute FeatureReferenceImpl.getUnitAttribute()
           
 Attribute AttributeImpl.getUnitAttribute()
           
static Attribute AttributePropertyImpl.getUnitAttribute(org.eclipse.emf.common.util.EList<AttributeProperty> attributProperties)
           
 Attribute EntityImpl.getVersion()
           
 

Methods in org.openxma.dsl.dom.model.impl that return types with arguments of type Attribute
 List<Attribute> DataViewImpl.allAttributeHolders(FeatureReference featureReference)
           
 Collection<Attribute> EntityImpl.copyAttributes()
           
 org.eclipse.emf.common.util.EList<Attribute> EntityImpl.getAllAttributes()
           
 org.eclipse.emf.common.util.EList<Attribute> DataViewImpl.getAllAttributes()
           
 org.eclipse.emf.common.util.EList<Attribute> ComplexTypeImpl.getAllAttributes()
           
 org.eclipse.emf.common.util.EList<Attribute> ValueObjectImpl.getAllAttributes()
           
 org.eclipse.emf.common.util.EList<Attribute> DataBaseConstraintImpl.getAttributes()
           
 org.eclipse.emf.common.util.EList<Attribute> ComplexTypeImpl.getAttributes()
           
 org.eclipse.emf.common.util.EList<Attribute> DataViewImpl.getReferencedAssociations()
           
 org.eclipse.emf.common.util.EList<Attribute> EntityImpl.getRequiredAttributes()
           
 org.eclipse.emf.common.util.EList<Attribute> EntityImpl.getRequiredReferences()
           
 org.eclipse.emf.common.util.EList<Attribute> DataBaseConstraintImpl.getResolvedAttributeList()
           
 org.eclipse.emf.common.util.EList<Attribute> AttributeImpl.getResolvedAttributeList()
           
 org.eclipse.emf.common.util.EList<Attribute> AttributeGroupImpl.getResolvedAttributeList()
           
 org.eclipse.emf.common.util.EList<Attribute> EntityImpl.getResolvedAttributeList()
           
 

Methods in org.openxma.dsl.dom.model.impl with parameters of type Attribute
 Column DaoImpl.getColumnDefinition(Attribute attribute)
           
 Column ColumnImpl.getColumnDefinition(Attribute attribute)
           
 ManyToMany DaoImpl.getManyToMany(Attribute feature)
           
 ManyToOne DaoImpl.getManyToOne(Attribute feature)
           
 OneToMany DaoImpl.getOneToMany(Attribute feature)
           
 OneToOne DaoImpl.getOneToOne(Attribute feature)
           
 void AttributeSortOrderImpl.setAttribute(Attribute newAttribute)
           
 void QueryParameterImpl.setAttribute(Attribute newAttribute)
           
 void FeatureReferenceImpl.setAttribute(Attribute newAttribute)
           
 void DaoFeatureImpl.setAttribute(Attribute newAttribute)
           
 void CallOutputParameterImpl.setAttribute(Attribute newAttribute)
           
 void QueryParameterValueImpl.setAttribute(Attribute newAttribute)
           
 void CallInputParameterImpl.setAttribute(Attribute newAttribute)
           
 void PropertyMappingImpl.setLeft(Attribute newLeft)
           
 void CallOutputParameterImpl.setNestedAttribute(Attribute newNestedAttribute)
           
 void AttributeImpl.setOpposite(Attribute newOpposite)
           
 void JoinImpl.setReference(Attribute newReference)
           
 void PropertyMappingImpl.setRight(Attribute newRight)
           
 void FeatureReferenceImpl.setTarget(Attribute attribute)
           
 void AttributeTextPropertyImpl.setUnitAttribute(Attribute newUnitAttribute)
           
 

Uses of Attribute in org.openxma.dsl.dom.scoping
 

Methods in org.openxma.dsl.dom.scoping with parameters of type Attribute
 org.eclipse.xtext.scoping.IScope DomDslScopeProvider.scope_Attribute_opposite(Attribute attribute, org.eclipse.emf.ecore.EReference eReference)
           
 org.eclipse.xtext.scoping.IScope DomDslScopeProvider.scope_Attribute_sortOrder(Attribute feature, org.eclipse.emf.ecore.EReference eReference)
           
 org.eclipse.xtext.scoping.IScope DomDslScopeProvider.scope_Reference_type(Attribute attribute, org.eclipse.emf.ecore.EReference eReference)
           
 

Uses of Attribute in org.openxma.dsl.dom.util
 

Methods in org.openxma.dsl.dom.util with parameters of type Attribute
 T DomSwitch.caseAttribute(Attribute object)
          Returns the result of interpreting the object as an instance of 'Attribute'.
 

Uses of Attribute in org.openxma.dsl.dom.validation
 

Methods in org.openxma.dsl.dom.validation with parameters of type Attribute
 void DomDslJavaValidator.checkEntityManyAttributes(Attribute attribute)
           
 void DomDslJavaValidator.checkFeatureName(Attribute feature)
           
 void DomDslJavaValidator.checkIfAttributeIsUnique(Attribute attribute)
           
 void DomDslJavaValidator.checkReference(Attribute attribute)
           
 



Copyright © 2013. All Rights Reserved.