Interface JSON_ARRAY
-
- All Superinterfaces:
AddDestination
,Cmd
,Entrypoint
,EObject
,Instruction
,Notifier
,Volume
- All Known Implementing Classes:
JSON_ARRAYImpl
public interface JSON_ARRAY extends Cmd, AddDestination, Entrypoint, Volume
- See Also:
DockerFilePackage.getJSON_ARRAY()
- Generated class or method.
- EMF model class or method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getHead()
Returns the value of the 'Head' attribute.EList<String>
getTail()
Returns the value of the 'Tail' attribute list.void
setHead(String value)
Sets the value of the 'Head
' attribute.-
Methods inherited from interface org.palladiosimulator.somox.docker.dockerFile.AddDestination
getDest, getSource_left, setDest, setSource_left
-
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
-
getHead
String getHead()
Returns the value of the 'Head' attribute.- Returns:
- the value of the 'Head' attribute.
- See Also:
setHead(String)
,DockerFilePackage.getJSON_ARRAY_Head()
- Generated class or method.
- EMF model class or method.
-
setHead
void setHead(String value)
Sets the value of the 'Head
' attribute.- Parameters:
value
- the new value of the 'Head' attribute.- See Also:
getHead()
- Generated class or method.
-
getTail
EList<String> getTail()
Returns the value of the 'Tail' attribute list. The list contents are of typeString
.- Returns:
- the value of the 'Tail' attribute list.
- See Also:
DockerFilePackage.getJSON_ARRAY_Tail()
- Generated class or method.
- EMF model class or method.
- unique="false"
-
-