org.eclipse.ocl.cst
Interface SimpleNameCS

All Superinterfaces:
CSTNode, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier, OCLExpressionCS
All Known Subinterfaces:
BooleanLiteralExpCS, CollectionTypeCS, InvalidLiteralExpCS, NullLiteralExpCS, PrimitiveTypeCS
All Known Implementing Classes:
BooleanLiteralExpCSImpl, CollectionTypeCSImpl, InvalidLiteralExpCSImpl, NullLiteralExpCSImpl, PrimitiveTypeCSImpl, SimpleNameCSImpl

public interface SimpleNameCS
extends OCLExpressionCS

A representation of the model object 'Simple Name CS'.

The following features are supported:

See Also:
CSTPackage.getSimpleNameCS()
Generated
Model

Method Summary
 SimpleTypeEnum getType()
          Returns the value of the 'Type' attribute.
 java.lang.String getValue()
          Returns the value of the 'Value' attribute.
 void setType(SimpleTypeEnum value)
          Sets the value of the 'Type' attribute.
 void setValue(java.lang.String value)
          Sets the value of the 'Value' attribute.
 
Methods inherited from interface org.eclipse.ocl.cst.CSTNode
getAst, getEndOffset, getEndToken, getStartOffset, getStartToken, setAst, setEndOffset, setEndToken, setStartOffset, setStartToken
 
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

getValue

java.lang.String getValue()
Returns the value of the 'Value' attribute.

If the meaning of the 'Value' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Value' attribute.
See Also:
setValue(String), CSTPackage.getSimpleNameCS_Value()
Generated
Model

setValue

void setValue(java.lang.String value)
Sets the value of the 'Value' attribute.

Parameters:
value - the new value of the 'Value' attribute.
See Also:
getValue()
Generated

getType

SimpleTypeEnum getType()
Returns the value of the 'Type' attribute. The literals are from the enumeration SimpleTypeEnum.

If the meaning of the 'Type' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Type' attribute.
See Also:
SimpleTypeEnum, setType(SimpleTypeEnum), CSTPackage.getSimpleNameCS_Type()
Generated
Model

setType

void setType(SimpleTypeEnum value)
Sets the value of the 'Type' attribute.

Parameters:
value - the new value of the 'Type' attribute.
See Also:
SimpleTypeEnum, getType()
Generated