org.openxma.dsl.dom.model
Interface AttributeGroup

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.openxma.dsl.core.model.IDocumentable, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
AttributeGroupImpl

public interface AttributeGroup
extends org.openxma.dsl.core.model.IDocumentable

A representation of the model object 'Attribute Group'.

The following features are supported:

See Also:
DomPackage.getAttributeGroup()

Method Summary
 org.eclipse.emf.common.util.EList<AttributeSortOrder> getAttributes()
          Returns the value of the 'Attributes' containment reference list.
 String getName()
          Returns the value of the 'Name' attribute.
 org.eclipse.emf.common.util.EList<Attribute> getResolvedAttributeList()
          Returns the value of the 'Resolved Attribute List' reference list.
 boolean isFilter()
          Returns the value of the 'Filter' attribute.
 boolean isKey()
          Returns the value of the 'Key' attribute.
 boolean isSortorder()
          Returns the value of the 'Sortorder' attribute.
 boolean isUnique()
          Returns the value of the 'Unique' attribute.
 void setFilter(boolean value)
          Sets the value of the 'Filter' attribute.
 void setKey(boolean value)
          Sets the value of the 'Key' attribute.
 void setName(String value)
          Sets the value of the 'Name' attribute.
 void setSortorder(boolean value)
          Sets the value of the 'Sortorder' attribute.
 void setUnique(boolean value)
          Sets the value of the 'Unique' attribute.
 
Methods inherited from interface org.openxma.dsl.core.model.IDocumentable
getTxtDescription, setTxtDescription
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

isKey

boolean isKey()
Returns the value of the 'Key' attribute.

If the meaning of the 'Key' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Key' attribute.
See Also:
setKey(boolean), DomPackage.getAttributeGroup_Key()

setKey

void setKey(boolean value)
Sets the value of the 'Key' attribute.

Parameters:
value - the new value of the 'Key' attribute.
See Also:
isKey()

isUnique

boolean isUnique()
Returns the value of the 'Unique' attribute.

If the meaning of the 'Unique' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Unique' attribute.
See Also:
setUnique(boolean), DomPackage.getAttributeGroup_Unique()

setUnique

void setUnique(boolean value)
Sets the value of the 'Unique' attribute.

Parameters:
value - the new value of the 'Unique' attribute.
See Also:
isUnique()

isFilter

boolean isFilter()
Returns the value of the 'Filter' attribute.

If the meaning of the 'Filter' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Filter' attribute.
See Also:
setFilter(boolean), DomPackage.getAttributeGroup_Filter()

setFilter

void setFilter(boolean value)
Sets the value of the 'Filter' attribute.

Parameters:
value - the new value of the 'Filter' attribute.
See Also:
isFilter()

isSortorder

boolean isSortorder()
Returns the value of the 'Sortorder' attribute.

If the meaning of the 'Sortorder' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Sortorder' attribute.
See Also:
setSortorder(boolean), DomPackage.getAttributeGroup_Sortorder()

setSortorder

void setSortorder(boolean value)
Sets the value of the 'Sortorder' attribute.

Parameters:
value - the new value of the 'Sortorder' attribute.
See Also:
isSortorder()

getName

String getName()
Returns the value of the 'Name' attribute.

If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Name' attribute.
See Also:
setName(String), DomPackage.getAttributeGroup_Name()

setName

void setName(String value)
Sets the value of the 'Name' attribute.

Parameters:
value - the new value of the 'Name' attribute.
See Also:
getName()

getAttributes

org.eclipse.emf.common.util.EList<AttributeSortOrder> getAttributes()
Returns the value of the 'Attributes' containment reference list. The list contents are of type AttributeSortOrder.

If the meaning of the 'Attributes' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Attributes' containment reference list.
See Also:
DomPackage.getAttributeGroup_Attributes()

getResolvedAttributeList

org.eclipse.emf.common.util.EList<Attribute> getResolvedAttributeList()
Returns the value of the 'Resolved Attribute List' reference list. The list contents are of type Attribute.

If the meaning of the 'Resolved Attribute List' reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Resolved Attribute List' reference list.
See Also:
DomPackage.getAttributeGroup_ResolvedAttributeList()


Copyright © 2013. All Rights Reserved.