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

Packages that use AttributeGroup
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   
 

Uses of AttributeGroup in org.openxma.dsl.dom
 

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

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

Methods in org.openxma.dsl.dom.model that return AttributeGroup
 AttributeGroup Entity.getKey()
          Returns the value of the 'Key' reference.
 AttributeGroup Attribute.getSortOrder()
          Returns the value of the 'Sort Order' reference.
 

Methods in org.openxma.dsl.dom.model that return types with arguments of type AttributeGroup
 org.eclipse.emf.common.util.EList<AttributeGroup> Entity.getAttributeGroups()
          Returns the value of the 'Attribute Groups' containment reference list.
 org.eclipse.emf.common.util.EList<AttributeGroup> Entity.getSortOrders()
          Returns the value of the 'Sort Orders' reference list.
 

Methods in org.openxma.dsl.dom.model with parameters of type AttributeGroup
 void Attribute.setSortOrder(AttributeGroup value)
          Sets the value of the 'Sort Order' reference.
 

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

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

Fields in org.openxma.dsl.dom.model.impl declared as AttributeGroup
protected  AttributeGroup AttributeImpl.sortOrder
          The cached value of the 'Sort Order' reference.
 

Fields in org.openxma.dsl.dom.model.impl with type parameters of type AttributeGroup
protected  org.eclipse.emf.common.util.EList<AttributeGroup> EntityImpl.attributeGroups
          The cached value of the 'Attribute Groups' containment reference list.
 

Methods in org.openxma.dsl.dom.model.impl that return AttributeGroup
 AttributeGroup AttributeImpl.basicGetSortOrder()
           
 AttributeGroup DomFactoryImpl.createAttributeGroup()
           
 AttributeGroup EntityImpl.getKey()
           
 AttributeGroup AttributeImpl.getSortOrder()
           
 

Methods in org.openxma.dsl.dom.model.impl that return types with arguments of type AttributeGroup
 org.eclipse.emf.common.util.EList<AttributeGroup> EntityImpl.getAttributeGroups()
           
 org.eclipse.emf.common.util.EList<AttributeGroup> EntityImpl.getSortOrders()
           
 

Methods in org.openxma.dsl.dom.model.impl with parameters of type AttributeGroup
 void AttributeImpl.setSortOrder(AttributeGroup newSortOrder)
           
 

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

Methods in org.openxma.dsl.dom.scoping with parameters of type AttributeGroup
 org.eclipse.xtext.scoping.IScope DomDslScopeProvider.scope_AttributeSortOrder_attribute(AttributeGroup attributeGroup, org.eclipse.emf.ecore.EReference eReference)
           
 

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

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



Copyright © 2013. All Rights Reserved.