Modifier and Type | Method and Description |
---|---|
java.util.List |
getContexts()
Returns the value of the 'Contexts' containment reference list.
|
java.util.List |
getControls()
Returns the value of the 'Controls' containment reference list.
|
java.util.List |
getEntities()
Returns the value of the 'Entities' containment reference list.
|
SchemaType |
getSchema()
Returns the value of the 'Schema' containment reference.
|
boolean |
isSetValidated()
Returns whether the value of the '
Validated ' attribute is set. |
boolean |
isValidated()
Returns the value of the 'Validated' attribute.
|
void |
setSchema(SchemaType value)
Sets the value of the '
Schema ' containment reference. |
void |
setValidated(boolean value)
Sets the value of the '
Validated ' attribute. |
void |
unsetValidated()
Unsets the value of the '
Validated ' attribute. |
java.util.List getContexts()
Context
.
ModelPackage.getRootType_Contexts()
java.util.List getEntities()
Entity
.
ModelPackage.getRootType_Entities()
java.util.List getControls()
Control
.
ModelPackage.getRootType_Controls()
SchemaType getSchema()
setSchema(SchemaType)
,
ModelPackage.getRootType_Schema()
void setSchema(SchemaType value)
Schema
' containment reference.
value
- the new value of the 'Schema' containment reference.getSchema()
boolean isValidated()
"false"
.
isSetValidated()
,
unsetValidated()
,
setValidated(boolean)
,
ModelPackage.getRootType_Validated()
void setValidated(boolean value)
Validated
' attribute.
value
- the new value of the 'Validated' attribute.isSetValidated()
,
unsetValidated()
,
isValidated()
void unsetValidated()
Validated
' attribute.
isSetValidated()
,
isValidated()
,
setValidated(boolean)
boolean isSetValidated()
Validated
' attribute is set.
unsetValidated()
,
isValidated()
,
setValidated(boolean)