org.eclipse.xtext.common.types
Interface JvmPrimitiveType

All Superinterfaces:
org.eclipse.emf.ecore.EObject, JvmComponentType, JvmIdentifiableElement, JvmType, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
JvmPrimitiveTypeImpl, JvmPrimitiveTypeImplCustom

public interface JvmPrimitiveType
extends JvmComponentType

A representation of the model object 'Jvm Primitive Type'.

The following features are supported:

See Also:
TypesPackage.getJvmPrimitiveType()
EMF generated code
EMF model element

Method Summary
 java.lang.String getSimpleName()
          Returns the value of the 'Simple Name' attribute
 void setSimpleName(java.lang.String value)
          Sets the value of the 'Simple Name' attribute
 
Methods inherited from interface org.eclipse.xtext.common.types.JvmComponentType
getArrayType, setArrayType
 
Methods inherited from interface org.eclipse.xtext.common.types.JvmIdentifiableElement
getIdentifier, getQualifiedName, getQualifiedName
 
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

getSimpleName

java.lang.String getSimpleName()
Returns the value of the 'Simple Name' attribute.

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

Specified by:
getSimpleName in interface JvmIdentifiableElement
Returns:
the value of the 'Simple Name' attribute.
See Also:
setSimpleName(String), TypesPackage.getJvmPrimitiveType_SimpleName()
EMF generated code
EMF model element

setSimpleName

void setSimpleName(java.lang.String value)
Sets the value of the 'Simple Name' attribute.

Parameters:
value - the new value of the 'Simple Name' attribute.
See Also:
getSimpleName()
EMF generated code