org.eclipse.jst.jsf.common.metadata
Interface Entity

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Subinterfaces:
EntityGroup, Model

public interface Entity
extends org.eclipse.emf.ecore.EObject

A representation of the model object 'Entity'.

Provisional API - subject to change

The following features are supported:

See Also:
MetadataPackage.getEntity()

Field Summary
static java.lang.String copyright
           
 
Method Summary
 void accept(IEntityVisitor visitor)
           
 org.eclipse.emf.common.util.EList getChildEntities()
          Returns the value of the 'Child Entities' containment reference list.
 java.lang.String getId()
          Returns the value of the 'Id' attribute
 org.eclipse.emf.common.util.EList getIncludeGroups()
          Returns the value of the 'Include Groups' reference list.
 Model getModel()
           
 org.eclipse.emf.common.util.EList getTraits()
          Returns the value of the 'Traits' containment reference list.
 java.lang.String getType()
          Returns the value of the 'Type' attribute
 void setId(java.lang.String value)
          Sets the value of the 'Id' attribute
 void setType(java.lang.String value)
          Sets the value of the 'Type' attribute
 
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
 

Field Detail

copyright

static final java.lang.String copyright

See Also:
Constant Field Values
Method Detail

getChildEntities

org.eclipse.emf.common.util.EList getChildEntities()
Returns the value of the 'Child Entities' containment reference list. The list contents are of type Entity.

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

Returns:
the value of the 'Child Entities' containment reference list.
See Also:
MetadataPackage.getEntity_ChildEntities()

getTraits

org.eclipse.emf.common.util.EList getTraits()
Returns the value of the 'Traits' containment reference list. The list contents are of type Trait.

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

Returns:
the value of the 'Traits' containment reference list.
See Also:
MetadataPackage.getEntity_Traits()

getId

java.lang.String getId()
Returns the value of the 'Id' attribute.

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

Returns:
the value of the 'Id' attribute.
See Also:
setId(String), MetadataPackage.getEntity_Id()

setId

void setId(java.lang.String value)
Sets the value of the 'Id' attribute.

Parameters:
value - the new value of the 'Id' attribute.
See Also:
getId()

getType

java.lang.String getType()
Returns the value of the 'Type' attribute.

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

Returns:
the value of the 'Type' attribute.
See Also:
setType(String), MetadataPackage.getEntity_Type()

setType

void setType(java.lang.String value)
Sets the value of the 'Type' attribute.

Parameters:
value - the new value of the 'Type' attribute.
See Also:
getType()

getIncludeGroups

org.eclipse.emf.common.util.EList getIncludeGroups()
Returns the value of the 'Include Groups' reference list. The list contents are of type IncludeEntityGroup.

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

Returns:
the value of the 'Include Groups' reference list.
See Also:
MetadataPackage.getEntity_IncludeGroups()

accept

void accept(IEntityVisitor visitor)

Parameters:
visitor -

getModel

Model getModel()

Returns:
Model