Interface SculptorModule
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
public interface SculptorModule extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Sculptor Module'.The following features are supported:
- See Also:
ContextMappingDSLPackage.getSculptorModule()
- Model:
- Generated:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.emf.common.util.EList<Aggregate>
getAggregates()
Returns the value of the 'Aggregates' containment reference list.java.lang.String
getBasePackage()
Returns the value of the 'Base Package' attribute.org.eclipse.emf.common.util.EList<Consumer>
getConsumers()
Returns the value of the 'Consumers' containment reference list.java.lang.String
getDoc()
Returns the value of the 'Doc' attribute.org.eclipse.emf.common.util.EList<SimpleDomainObject>
getDomainObjects()
Returns the value of the 'Domain Objects' containment reference list.java.lang.String
getHint()
Returns the value of the 'Hint' attribute.java.lang.String
getName()
Returns the value of the 'Name' attribute.org.eclipse.emf.common.util.EList<Resource>
getResources()
Returns the value of the 'Resources' containment reference list.org.eclipse.emf.common.util.EList<Service>
getServices()
Returns the value of the 'Services' containment reference list.boolean
isExternal()
Returns the value of the 'External' attribute.void
setBasePackage(java.lang.String value)
Sets the value of the 'Base Package
' attribute.void
setDoc(java.lang.String value)
Sets the value of the 'Doc
' attribute.void
setExternal(boolean value)
Sets the value of the 'External
' attribute.void
setHint(java.lang.String value)
Sets the value of the 'Hint
' attribute.void
setName(java.lang.String value)
Sets the value of the 'Name
' attribute.
-
-
-
Method Detail
-
getDoc
java.lang.String getDoc()
Returns the value of the 'Doc' attribute.If the meaning of the 'Doc' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Doc' attribute.
- See Also:
setDoc(String)
,ContextMappingDSLPackage.getSculptorModule_Doc()
- Model:
- Generated:
-
setDoc
void setDoc(java.lang.String value)
Sets the value of the 'Doc
' attribute.- Parameters:
value
- the new value of the 'Doc' attribute.- See Also:
getDoc()
- Generated:
-
getName
java.lang.String getName()
Returns the value of the 'Name' attribute.If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Name' attribute.
- See Also:
setName(String)
,ContextMappingDSLPackage.getSculptorModule_Name()
- Model:
- Generated:
-
setName
void setName(java.lang.String value)
Sets the value of the 'Name
' attribute.- Parameters:
value
- the new value of the 'Name' attribute.- See Also:
getName()
- Generated:
-
isExternal
boolean isExternal()
Returns the value of the 'External' attribute.If the meaning of the 'External' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'External' attribute.
- See Also:
setExternal(boolean)
,ContextMappingDSLPackage.getSculptorModule_External()
- Model:
- Generated:
-
setExternal
void setExternal(boolean value)
Sets the value of the 'External
' attribute.- Parameters:
value
- the new value of the 'External' attribute.- See Also:
isExternal()
- Generated:
-
getBasePackage
java.lang.String getBasePackage()
Returns the value of the 'Base Package' attribute.If the meaning of the 'Base Package' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Base Package' attribute.
- See Also:
setBasePackage(String)
,ContextMappingDSLPackage.getSculptorModule_BasePackage()
- Model:
- Generated:
-
setBasePackage
void setBasePackage(java.lang.String value)
Sets the value of the 'Base Package
' attribute.- Parameters:
value
- the new value of the 'Base Package' attribute.- See Also:
getBasePackage()
- Generated:
-
getHint
java.lang.String getHint()
Returns the value of the 'Hint' attribute.If the meaning of the 'Hint' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Hint' attribute.
- See Also:
setHint(String)
,ContextMappingDSLPackage.getSculptorModule_Hint()
- Model:
- Generated:
-
setHint
void setHint(java.lang.String value)
Sets the value of the 'Hint
' attribute.- Parameters:
value
- the new value of the 'Hint' attribute.- See Also:
getHint()
- Generated:
-
getServices
org.eclipse.emf.common.util.EList<Service> getServices()
Returns the value of the 'Services' containment reference list. The list contents are of typeService
.If the meaning of the 'Services' containment reference list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Services' containment reference list.
- See Also:
ContextMappingDSLPackage.getSculptorModule_Services()
- Model:
- containment="true"
- Generated:
-
getResources
org.eclipse.emf.common.util.EList<Resource> getResources()
Returns the value of the 'Resources' containment reference list. The list contents are of typeResource
.If the meaning of the 'Resources' containment reference list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Resources' containment reference list.
- See Also:
ContextMappingDSLPackage.getSculptorModule_Resources()
- Model:
- containment="true"
- Generated:
-
getConsumers
org.eclipse.emf.common.util.EList<Consumer> getConsumers()
Returns the value of the 'Consumers' containment reference list. The list contents are of typeConsumer
.If the meaning of the 'Consumers' containment reference list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Consumers' containment reference list.
- See Also:
ContextMappingDSLPackage.getSculptorModule_Consumers()
- Model:
- containment="true"
- Generated:
-
getDomainObjects
org.eclipse.emf.common.util.EList<SimpleDomainObject> getDomainObjects()
Returns the value of the 'Domain Objects' containment reference list. The list contents are of typeSimpleDomainObject
.If the meaning of the 'Domain Objects' containment reference list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Domain Objects' containment reference list.
- See Also:
ContextMappingDSLPackage.getSculptorModule_DomainObjects()
- Model:
- containment="true"
- Generated:
-
getAggregates
org.eclipse.emf.common.util.EList<Aggregate> getAggregates()
Returns the value of the 'Aggregates' containment reference list. The list contents are of typeAggregate
.If the meaning of the 'Aggregates' containment reference list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Aggregates' containment reference list.
- See Also:
ContextMappingDSLPackage.getSculptorModule_Aggregates()
- Model:
- containment="true"
- Generated:
-
-