Interface Configs
-
- All Superinterfaces:
DeployConfigs
,EObject
,Notifier
- All Known Implementing Classes:
ConfigsImpl
public interface Configs extends DeployConfigs
A representation of the model object 'Configs'.The following features are supported:
- See Also:
ComposeFilePackage.getConfigs()
- Generated class or method.
- EMF model class or method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getCustomName()
Returns the value of the 'Custom Name' attribute.String
getExternal()
Returns the value of the 'External' attribute.String
getFile()
Returns the value of the 'File' attribute.ListOrMapping
getList()
Returns the value of the 'List' containment reference.String
getName()
Returns the value of the 'Name' attribute.void
setCustomName(String value)
Sets the value of the 'Custom Name
' attribute.void
setExternal(String value)
Sets the value of the 'External
' attribute.void
setFile(String value)
Sets the value of the 'File
' attribute.void
setList(ListOrMapping value)
Sets the value of the 'List
' containment reference.void
setName(String value)
Sets the value of the 'Name
' attribute.-
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
-
getList
ListOrMapping getList()
Returns the value of the 'List' containment reference.- Returns:
- the value of the 'List' containment reference.
- See Also:
setList(ListOrMapping)
,ComposeFilePackage.getConfigs_List()
- Generated class or method.
- EMF model class or method.
- containment="true"
-
setList
void setList(ListOrMapping value)
Sets the value of the 'List
' containment reference.- Parameters:
value
- the new value of the 'List' containment reference.- See Also:
getList()
- Generated class or method.
-
getName
String getName()
Returns the value of the 'Name' attribute.- Returns:
- the value of the 'Name' attribute.
- See Also:
setName(String)
,ComposeFilePackage.getConfigs_Name()
- Generated class or method.
- EMF model class or method.
-
setName
void setName(String value)
Sets the value of the 'Name
' attribute.- Parameters:
value
- the new value of the 'Name' attribute.- See Also:
getName()
- Generated class or method.
-
getFile
String getFile()
Returns the value of the 'File' attribute.- Returns:
- the value of the 'File' attribute.
- See Also:
setFile(String)
,ComposeFilePackage.getConfigs_File()
- Generated class or method.
- EMF model class or method.
-
setFile
void setFile(String value)
Sets the value of the 'File
' attribute.- Parameters:
value
- the new value of the 'File' attribute.- See Also:
getFile()
- Generated class or method.
-
getExternal
String getExternal()
Returns the value of the 'External' attribute.- Returns:
- the value of the 'External' attribute.
- See Also:
setExternal(String)
,ComposeFilePackage.getConfigs_External()
- Generated class or method.
- EMF model class or method.
-
setExternal
void setExternal(String value)
Sets the value of the 'External
' attribute.- Parameters:
value
- the new value of the 'External' attribute.- See Also:
getExternal()
- Generated class or method.
-
getCustomName
String getCustomName()
Returns the value of the 'Custom Name' attribute.- Returns:
- the value of the 'Custom Name' attribute.
- See Also:
setCustomName(String)
,ComposeFilePackage.getConfigs_CustomName()
- Generated class or method.
- EMF model class or method.
-
setCustomName
void setCustomName(String value)
Sets the value of the 'Custom Name
' attribute.- Parameters:
value
- the new value of the 'Custom Name' attribute.- See Also:
getCustomName()
- Generated class or method.
-
-