com.ibm.websphere.wim.model
Interface RootType


public interface RootType

A representation of the model object 'Root Type'.

The following features are supported:

See Also:
ModelPackage.getRootType()
Model:
Generated:

Method Summary
 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.
 

Method Detail

getContexts

java.util.List getContexts()
Returns the value of the 'Contexts' containment reference list. The list contents are of type Context.

See Also:
ModelPackage.getRootType_Contexts()
Model:
type="com.ibm.websphere.wim.model.Context" containment="true" resolveProxies="false"
Generated:
Return:
the value of the 'Contexts' containment reference list.

getEntities

java.util.List getEntities()
Returns the value of the 'Entities' containment reference list. The list contents are of type Entity.

See Also:
ModelPackage.getRootType_Entities()
Model:
type="com.ibm.websphere.wim.model.Entity" containment="true" resolveProxies="false"
Generated:
Return:
the value of the 'Entities' containment reference list.

getControls

java.util.List getControls()
Returns the value of the 'Controls' containment reference list. The list contents are of type Control.

See Also:
ModelPackage.getRootType_Controls()
Model:
type="com.ibm.websphere.wim.model.Control" containment="true" resolveProxies="false"
Generated:
Return:
the value of the 'Controls' containment reference list.

getSchema

SchemaType getSchema()
Returns the value of the 'Schema' containment reference.

See Also:
setSchema(SchemaType), ModelPackage.getRootType_Schema()
Model:
containment="true" resolveProxies="false"
Generated:
Return:
the value of the 'Schema' containment reference.

setSchema

void setSchema(SchemaType value)
Sets the value of the 'Schema' containment reference.

Parameters:
value - the new value of the 'Schema' containment reference.
See Also:
getSchema()
Generated:

isValidated

boolean isValidated()
Returns the value of the 'Validated' attribute. The default value is "false".

See Also:
isSetValidated(), unsetValidated(), setValidated(boolean), ModelPackage.getRootType_Validated()
Model:
default="false" unique="false" unsettable="true" dataType="org.eclipse.emf.ecore.xml.type.Boolean"
Generated:
Return:
the value of the 'Validated' attribute.

setValidated

void setValidated(boolean value)
Sets the value of the 'Validated' attribute.

Parameters:
value - the new value of the 'Validated' attribute.
See Also:
isSetValidated(), unsetValidated(), isValidated()
Generated:

unsetValidated

void unsetValidated()
Unsets the value of the 'Validated' attribute.

See Also:
isSetValidated(), isValidated(), setValidated(boolean)
Generated:

isSetValidated

boolean isSetValidated()
Returns whether the value of the 'Validated' attribute is set.

See Also:
unsetValidated(), isValidated(), setValidated(boolean)
Generated:
Return:
whether the value of the 'Validated' attribute is set.