Interface Secrets
-
- All Known Implementing Classes:
SecretsImpl
public interface Secrets extends EObject
A representation of the model object 'Secrets'.The following features are supported:
- See Also:
ComposeFilePackage.getSecrets()
- 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.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
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
-
getName
String getName()
Returns the value of the 'Name' attribute.- Returns:
- the value of the 'Name' attribute.
- See Also:
setName(String)
,ComposeFilePackage.getSecrets_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.getSecrets_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.getSecrets_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.getSecrets_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.
-
-