Interface ServiceSecretsLongSyntax
-
- All Superinterfaces:
EObject
,Notifier
,ServiceSecrets
- All Known Implementing Classes:
ServiceSecretsLongSyntaxImpl
public interface ServiceSecretsLongSyntax extends ServiceSecrets
A representation of the model object 'Service Secrets Long Syntax'.The following features are supported:
- See Also:
ComposeFilePackage.getServiceSecretsLongSyntax()
- Generated class or method.
- EMF model class or method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getGid()
Returns the value of the 'Gid' attribute.String
getMode()
Returns the value of the 'Mode' attribute.String
getSource()
Returns the value of the 'Source' attribute.String
getTarget()
Returns the value of the 'Target' attribute.String
getUid()
Returns the value of the 'Uid' attribute.void
setGid(String value)
Sets the value of the 'Gid
' attribute.void
setMode(String value)
Sets the value of the 'Mode
' attribute.void
setSource(String value)
Sets the value of the 'Source
' attribute.void
setTarget(String value)
Sets the value of the 'Target
' attribute.void
setUid(String value)
Sets the value of the 'Uid
' 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
-
Methods inherited from interface org.palladiosimulator.somox.docker.compose.composeFile.ServiceSecrets
getSecret, setSecret
-
-
-
-
Method Detail
-
getSource
String getSource()
Returns the value of the 'Source' attribute.- Returns:
- the value of the 'Source' attribute.
- See Also:
setSource(String)
,ComposeFilePackage.getServiceSecretsLongSyntax_Source()
- Generated class or method.
- EMF model class or method.
-
setSource
void setSource(String value)
Sets the value of the 'Source
' attribute.- Parameters:
value
- the new value of the 'Source' attribute.- See Also:
getSource()
- Generated class or method.
-
getTarget
String getTarget()
Returns the value of the 'Target' attribute.- Returns:
- the value of the 'Target' attribute.
- See Also:
setTarget(String)
,ComposeFilePackage.getServiceSecretsLongSyntax_Target()
- Generated class or method.
- EMF model class or method.
-
setTarget
void setTarget(String value)
Sets the value of the 'Target
' attribute.- Parameters:
value
- the new value of the 'Target' attribute.- See Also:
getTarget()
- Generated class or method.
-
getUid
String getUid()
Returns the value of the 'Uid' attribute.- Returns:
- the value of the 'Uid' attribute.
- See Also:
setUid(String)
,ComposeFilePackage.getServiceSecretsLongSyntax_Uid()
- Generated class or method.
- EMF model class or method.
-
setUid
void setUid(String value)
Sets the value of the 'Uid
' attribute.- Parameters:
value
- the new value of the 'Uid' attribute.- See Also:
getUid()
- Generated class or method.
-
getGid
String getGid()
Returns the value of the 'Gid' attribute.- Returns:
- the value of the 'Gid' attribute.
- See Also:
setGid(String)
,ComposeFilePackage.getServiceSecretsLongSyntax_Gid()
- Generated class or method.
- EMF model class or method.
-
setGid
void setGid(String value)
Sets the value of the 'Gid
' attribute.- Parameters:
value
- the new value of the 'Gid' attribute.- See Also:
getGid()
- Generated class or method.
-
getMode
String getMode()
Returns the value of the 'Mode' attribute.- Returns:
- the value of the 'Mode' attribute.
- See Also:
setMode(String)
,ComposeFilePackage.getServiceSecretsLongSyntax_Mode()
- Generated class or method.
- EMF model class or method.
-
-