Interface ServiceSecrets
-
- All Known Subinterfaces:
ServiceSecretsLongSyntax
- All Known Implementing Classes:
ServiceSecretsImpl
,ServiceSecretsLongSyntaxImpl
public interface ServiceSecrets extends EObject
A representation of the model object 'Service Secrets'.The following features are supported:
- See Also:
ComposeFilePackage.getServiceSecrets()
- Generated class or method.
- EMF model class or method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getSecret()
Returns the value of the 'Secret' attribute.void
setSecret(String value)
Sets the value of the 'Secret
' 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
-
getSecret
String getSecret()
Returns the value of the 'Secret' attribute.- Returns:
- the value of the 'Secret' attribute.
- See Also:
setSecret(String)
,ComposeFilePackage.getServiceSecrets_Secret()
- Generated class or method.
- EMF model class or method.
-
setSecret
void setSecret(String value)
Sets the value of the 'Secret
' attribute.- Parameters:
value
- the new value of the 'Secret' attribute.- See Also:
getSecret()
- Generated class or method.
-
-