public interface EEFGroupDescription
extends org.eclipse.emf.ecore.EObject
The following features are supported:
EefPackage.getEEFGroupDescription()| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<EEFToolbarAction> |
getActions()
Returns the value of the 'Actions' containment reference list.
|
org.eclipse.emf.common.util.EList<EEFGroupConditionalStyle> |
getConditionalStyles()
Returns the value of the 'Conditional Styles' containment reference list.
|
org.eclipse.emf.common.util.EList<EEFControlDescription> |
getControls()
Returns the value of the 'Controls' containment reference list.
|
java.lang.String |
getDomainClass()
Returns the value of the 'Domain Class' attribute.
|
java.lang.String |
getIdentifier()
Returns the value of the 'Identifier' attribute.
|
java.lang.String |
getLabelExpression()
Returns the value of the 'Label Expression' attribute.
|
java.lang.String |
getPreconditionExpression()
Returns the value of the 'Precondition Expression' attribute.
|
org.eclipse.emf.common.util.EList<EEFPropertyValidationRuleDescription> |
getPropertyValidationRules()
Returns the value of the 'Property Validation Rules' containment reference list.
|
java.lang.String |
getSemanticCandidateExpression()
Returns the value of the 'Semantic Candidate Expression' attribute.
|
org.eclipse.emf.common.util.EList<EEFSemanticValidationRuleDescription> |
getSemanticValidationRules()
Returns the value of the 'Semantic Validation Rules' containment reference list.
|
EEFGroupStyle |
getStyle()
Returns the value of the 'Style' containment reference.
|
void |
setDomainClass(java.lang.String value)
Sets the value of the '
Domain Class'
attribute. |
void |
setIdentifier(java.lang.String value)
Sets the value of the '
Identifier' attribute. |
void |
setLabelExpression(java.lang.String value)
Sets the value of the '
Label Expression'
attribute. |
void |
setPreconditionExpression(java.lang.String value)
Sets the value of the '
Precondition Expression' attribute. |
void |
setSemanticCandidateExpression(java.lang.String value)
Sets the value of the '
Semantic Candidate Expression' attribute. |
void |
setStyle(EEFGroupStyle value)
Sets the value of the '
Style' containment
reference. |
java.lang.String getIdentifier()
setIdentifier(String),
EefPackage.getEEFGroupDescription_Identifier()void setIdentifier(java.lang.String value)
Identifier' attribute.
value - the new value of the 'Identifier' attribute.getIdentifier()java.lang.String getLabelExpression()
setLabelExpression(String),
EefPackage.getEEFGroupDescription_LabelExpression()void setLabelExpression(java.lang.String value)
Label Expression'
attribute. value - the new value of the 'Label Expression' attribute.getLabelExpression()java.lang.String getDomainClass()
setDomainClass(String),
EefPackage.getEEFGroupDescription_DomainClass()void setDomainClass(java.lang.String value)
Domain Class'
attribute. value - the new value of the 'Domain Class' attribute.getDomainClass()java.lang.String getSemanticCandidateExpression()
setSemanticCandidateExpression(String),
EefPackage.getEEFGroupDescription_SemanticCandidateExpression()void setSemanticCandidateExpression(java.lang.String value)
Semantic Candidate Expression' attribute. value - the new value of the 'Semantic Candidate Expression' attribute.getSemanticCandidateExpression()java.lang.String getPreconditionExpression()
setPreconditionExpression(String),
EefPackage.getEEFGroupDescription_PreconditionExpression()void setPreconditionExpression(java.lang.String value)
Precondition Expression' attribute. value - the new value of the 'Precondition Expression' attribute.getPreconditionExpression()org.eclipse.emf.common.util.EList<EEFControlDescription> getControls()
EEFControlDescription. Contains the controls related to a group. EefPackage.getEEFGroupDescription_Controls()org.eclipse.emf.common.util.EList<EEFSemanticValidationRuleDescription> getSemanticValidationRules()
EEFSemanticValidationRuleDescription. The validation rules used to validate the semantic element of the
group. EefPackage.getEEFGroupDescription_SemanticValidationRules()org.eclipse.emf.common.util.EList<EEFPropertyValidationRuleDescription> getPropertyValidationRules()
EEFPropertyValidationRuleDescription. The validation rules used to validate widgets of the group. EefPackage.getEEFGroupDescription_PropertyValidationRules()EEFGroupStyle getStyle()
setStyle(EEFGroupStyle),
EefPackage.getEEFGroupDescription_Style()void setStyle(EEFGroupStyle value)
Style' containment
reference. value - the new value of the 'Style' containment reference.getStyle()org.eclipse.emf.common.util.EList<EEFGroupConditionalStyle> getConditionalStyles()
EEFGroupConditionalStyle. Defines the text style associated to a precondition EefPackage.getEEFGroupDescription_ConditionalStyles()org.eclipse.emf.common.util.EList<EEFToolbarAction> getActions()
EEFToolbarAction.
Defines the toolbar's actions of this group. EefPackage.getEEFGroupDescription_Actions()