|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LayoutType
A representation of the model object 'Layout Type'. the layout-element is encapsulated into style-templates, styles and constraints
The following features are supported:
OgmlPackage.getLayoutType()
extendedMetaData | = | "name='layout.type' |
kind | = | 'elementOnly'" |
Method Summary | |
---|---|
ConstraintsType |
getConstraints()
Returns the value of the 'Constraints' containment reference. |
EList<DataType> |
getData()
Returns the value of the 'Data' containment reference list. |
StylesType |
getStyles()
Returns the value of the 'Styles' containment reference. |
StyleTemplatesType |
getStyleTemplates()
Returns the value of the 'Style Templates' containment reference. |
void |
setConstraints(ConstraintsType value)
Sets the value of the ' Constraints ' containment reference. |
void |
setStyles(StylesType value)
Sets the value of the ' Styles ' containment reference. |
void |
setStyleTemplates(StyleTemplatesType value)
Sets the value of the ' Style Templates ' containment reference. |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Method Detail |
---|
EList<DataType> getData()
DataType
.
If the meaning of the 'Data' containment reference list isn't clear, there really should be more of a description here...
OgmlPackage.getLayoutType_Data()
containment | = | true |
extendedMetaData | = | "kind='element' |
name | = | 'data' |
namespace | = | '##targetNamespace'" |
StyleTemplatesType getStyleTemplates()
If the meaning of the 'Style Templates' containment reference isn't clear, there really should be more of a description here...
setStyleTemplates(StyleTemplatesType)
,
OgmlPackage.getLayoutType_StyleTemplates()
containment | = | true |
extendedMetaData | = | "kind='element' |
name | = | 'styleTemplates' |
namespace | = | '##targetNamespace'" |
void setStyleTemplates(StyleTemplatesType value)
Style Templates
' containment reference.
value
- the new value of the 'Style Templates' containment reference.getStyleTemplates()
StylesType getStyles()
If the meaning of the 'Styles' containment reference isn't clear, there really should be more of a description here...
setStyles(StylesType)
,
OgmlPackage.getLayoutType_Styles()
containment | = | true |
extendedMetaData | = | "kind='element' |
name | = | 'styles' |
namespace | = | '##targetNamespace'" |
void setStyles(StylesType value)
Styles
' containment reference.
value
- the new value of the 'Styles' containment reference.getStyles()
ConstraintsType getConstraints()
If the meaning of the 'Constraints' containment reference isn't clear, there really should be more of a description here...
setConstraints(ConstraintsType)
,
OgmlPackage.getLayoutType_Constraints()
containment | = | true |
extendedMetaData | = | "kind='element' |
name | = | 'constraints' |
namespace | = | '##targetNamespace'" |
void setConstraints(ConstraintsType value)
Constraints
' containment reference.
value
- the new value of the 'Constraints' containment reference.getConstraints()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |