org.eclipse.xtext.common.types
Interface JvmMember

All Superinterfaces:
org.eclipse.emf.ecore.EObject, JvmAnnotationTarget, JvmIdentifiableElement, org.eclipse.emf.common.notify.Notifier
All Known Subinterfaces:
JvmAnnotationType, JvmConstructor, JvmDeclaredType, JvmEnumerationLiteral, JvmEnumerationType, JvmExecutable, JvmFeature, JvmField, JvmGenericType, JvmOperation
All Known Implementing Classes:
JvmAnnotationTypeImpl, JvmConstructorImpl, JvmConstructorImplCustom, JvmDeclaredTypeImpl, JvmDeclaredTypeImplCustom, JvmEnumerationLiteralImpl, JvmEnumerationLiteralImplCustom, JvmEnumerationTypeImpl, JvmEnumerationTypeImplCustom, JvmExecutableImpl, JvmExecutableImplCustom, JvmFeatureImpl, JvmFieldImpl, JvmGenericTypeImpl, JvmGenericTypeImplCustom, JvmMemberImpl, JvmMemberImplCustom, JvmOperationImpl

public interface JvmMember
extends JvmAnnotationTarget, JvmIdentifiableElement

A representation of the model object 'Jvm Member'.

The following features are supported:

See Also:
TypesPackage.getJvmMember()
EMF generated code
EMF model element
abstract="true"

Method Summary
 JvmDeclaredType getDeclaringType()
          Returns the value of the 'Declaring Type' container reference.
 java.lang.String getIdentifier()
          Returns the value of the 'Identifier' attribute
 java.lang.String getSimpleName()
          Returns the value of the 'Simple Name' attribute
 JvmVisibility getVisibility()
          Returns the value of the 'Visibility' attribute.
 void internalSetIdentifier(java.lang.String identifier)
           
 void setDeclaringType(JvmDeclaredType value)
          Sets the value of the 'Declaring Type' container reference
 void setSimpleName(java.lang.String value)
          Sets the value of the 'Simple Name' attribute
 void setVisibility(JvmVisibility value)
          Sets the value of the 'Visibility' attribute
 
Methods inherited from interface org.eclipse.xtext.common.types.JvmAnnotationTarget
getAnnotations
 
Methods inherited from interface org.eclipse.xtext.common.types.JvmIdentifiableElement
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

getDeclaringType

JvmDeclaredType getDeclaringType()
Returns the value of the 'Declaring Type' container reference. It is bidirectional and its opposite is 'Members'.

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

Returns:
the value of the 'Declaring Type' container reference.
See Also:
setDeclaringType(JvmDeclaredType), TypesPackage.getJvmMember_DeclaringType(), JvmDeclaredType.getMembers()
EMF generated code
EMF model element
opposite="members" transient="false"

setDeclaringType

void setDeclaringType(JvmDeclaredType value)
Sets the value of the 'Declaring Type' container reference.

Parameters:
value - the new value of the 'Declaring Type' container reference.
See Also:
getDeclaringType()
EMF generated code

getVisibility

JvmVisibility getVisibility()
Returns the value of the 'Visibility' attribute. The literals are from the enumeration JvmVisibility.

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

Returns:
the value of the 'Visibility' attribute.
See Also:
JvmVisibility, setVisibility(JvmVisibility), TypesPackage.getJvmMember_Visibility()
EMF generated code
EMF model element

setVisibility

void setVisibility(JvmVisibility value)
Sets the value of the 'Visibility' attribute.

Parameters:
value - the new value of the 'Visibility' attribute.
See Also:
JvmVisibility, getVisibility()
EMF generated code

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.getJvmMember_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

getIdentifier

java.lang.String getIdentifier()
Returns the value of the 'Identifier' attribute.

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

Specified by:
getIdentifier in interface JvmIdentifiableElement
Returns:
the value of the 'Identifier' attribute.
See Also:
TypesPackage.getJvmMember_Identifier()
EMF generated code
EMF model element
transient="true" changeable="false" derived="true"

internalSetIdentifier

void internalSetIdentifier(java.lang.String identifier)

EMF generated code
EMF model element