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

Packages that use AttributeProperty
org.openxma.dsl.dom   
org.openxma.dsl.dom.model   
org.openxma.dsl.dom.model.impl   
org.openxma.dsl.dom.util   
 

Uses of AttributeProperty in org.openxma.dsl.dom
 

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

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

Subinterfaces of AttributeProperty in org.openxma.dsl.dom.model
 interface AttributeFlag
          A representation of the model object 'Attribute Flag'.
 interface AttributeTextProperty
          A representation of the model object 'Attribute Text Property'.
 interface AttributeValidationProperty
          A representation of the model object 'Attribute Validation Property'.
 interface AvailableFlag
          A representation of the model object 'Available Flag'.
 interface DerivedFlag
          A representation of the model object 'Derived Flag'.
 interface ExpressionFlag
          A representation of the model object 'Expression Flag'.
 interface ReadOnlyFlag
          A representation of the model object 'Read Only Flag'.
 interface RequiredFlag
          A representation of the model object 'Required Flag'.
 interface TransientFlag
          A representation of the model object 'Transient Flag'.
 

Methods in org.openxma.dsl.dom.model that return types with arguments of type AttributeProperty
 org.eclipse.emf.common.util.EList<AttributeProperty> Attribute.getAttributProperties()
          Returns the value of the 'Attribut Properties' containment reference list.
 org.eclipse.emf.common.util.EList<AttributeProperty> PresentableFeature.getAttributProperties()
           
 org.eclipse.emf.common.util.EList<AttributeProperty> FeatureReference.getProperties()
          Returns the value of the 'Properties' containment reference list.
 

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

Classes in org.openxma.dsl.dom.model.impl that implement AttributeProperty
 class AttributeFlagImpl
          An implementation of the model object 'Attribute Flag'.
 class AttributePropertyImpl
          An implementation of the model object 'Attribute Property'.
 class AttributeTextPropertyImpl
          An implementation of the model object 'Attribute Text Property'.
 class AttributeValidationPropertyImpl
          An implementation of the model object 'Attribute Validation Property'.
 class AvailableFlagImpl
          An implementation of the model object 'Available Flag'.
 class DerivedFlagImpl
          An implementation of the model object 'Derived Flag'.
 class ExpressionFlagImpl
          An implementation of the model object 'Expression Flag'.
 class ReadOnlyFlagImpl
          An implementation of the model object 'Read Only Flag'.
 class RequiredFlagImpl
          An implementation of the model object 'Required Flag'.
 class TransientFlagImpl
          An implementation of the model object 'Transient Flag'.
 

Fields in org.openxma.dsl.dom.model.impl with type parameters of type AttributeProperty
protected  org.eclipse.emf.common.util.EList<AttributeProperty> AttributeImpl.attributProperties
          The cached value of the 'Attribut Properties' containment reference list.
protected  org.eclipse.emf.common.util.EList<AttributeProperty> FeatureReferenceImpl.properties
          The cached value of the 'Properties' containment reference list.
 

Methods in org.openxma.dsl.dom.model.impl that return AttributeProperty
 AttributeProperty DomFactoryImpl.createAttributeProperty()
           
 

Methods in org.openxma.dsl.dom.model.impl that return types with arguments of type AttributeProperty
 org.eclipse.emf.common.util.EList<AttributeProperty> FeatureReferenceImpl.getAttributProperties()
           
 org.eclipse.emf.common.util.EList<AttributeProperty> AttributeImpl.getAttributProperties()
           
 org.eclipse.emf.common.util.EList<AttributeProperty> FeatureReferenceImpl.getProperties()
           
 

Method parameters in org.openxma.dsl.dom.model.impl with type arguments of type AttributeProperty
static AttributeTextProperty AttributePropertyImpl.getAttributeHstoreProperty(org.eclipse.emf.common.util.EList<AttributeProperty> attributProperties)
           
static AttributeTextProperty AttributePropertyImpl.getAttributeTextProperty(org.eclipse.emf.common.util.EList<AttributeProperty> attributProperties)
           
static org.openxma.dsl.core.model.ValidatorReference AttributeImpl.getFormatInternal(org.eclipse.emf.common.util.EList<AttributeProperty> attributProperties)
           
static String AttributePropertyImpl.getHstoreColumn(org.eclipse.emf.common.util.EList<AttributeProperty> attributProperties)
           
static String AttributePropertyImpl.getLabelText(org.eclipse.emf.common.util.EList<AttributeProperty> attributProperties)
           
static String AttributePropertyImpl.getTooltipText(org.eclipse.emf.common.util.EList<AttributeProperty> attributProperties)
           
static Attribute AttributePropertyImpl.getUnitAttribute(org.eclipse.emf.common.util.EList<AttributeProperty> attributProperties)
           
static String AttributePropertyImpl.getUnitText(org.eclipse.emf.common.util.EList<AttributeProperty> attributProperties)
           
 

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

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



Copyright © 2013. All Rights Reserved.