org.eclipse.stp.core.sca
Interface JavaImplementation

All Superinterfaces:
Implementation, SCAObject

public interface JavaImplementation
extends Implementation

A representation of the model object 'Java Implementation'.

This interface is not intended to be implemented by clients.

The following features are supported:

See Also:
SCAPackage.getJavaImplementation()

Field Summary
static java.lang.String copyright
           
 
Method Summary
 FeatureMap getAny()
          Returns the value of the 'Any' attribute list.
 FeatureMap getAnyAttribute()
          Returns the value of the 'Any Attribute' attribute list.
 java.lang.String getClass_()
          Returns the value of the 'Class' attribute.
 void setClass(java.lang.String value)
          Sets the value of the 'Class' attribute.
 
Methods inherited from interface org.eclipse.stp.core.sca.SCAObject
addStatus, clearStatus, getEObject, getFlags, getName, getStatus, setName
 

Field Detail

copyright

static final java.lang.String copyright

See Also:
Constant Field Values
Method Detail

getAny

FeatureMap getAny()
Returns the value of the 'Any' attribute list. The list contents are of type org.eclipse.emf.ecore.util.FeatureMap.Entry.

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

Returns:
the value of the 'Any' attribute list.
See Also:
SCAPackage.getJavaImplementation_Any()

getClass_

java.lang.String getClass_()
Returns the value of the 'Class' attribute.

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

Returns:
the value of the 'Class' attribute.
See Also:
setClass(String), SCAPackage.getJavaImplementation_Class()

setClass

void setClass(java.lang.String value)
Sets the value of the 'Class' attribute.

Parameters:
value - the new value of the 'Class' attribute.
See Also:
getClass_()

getAnyAttribute

FeatureMap getAnyAttribute()
Returns the value of the 'Any Attribute' attribute list. The list contents are of type org.eclipse.emf.ecore.util.FeatureMap.Entry.

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

Returns:
the value of the 'Any Attribute' attribute list.
See Also:
SCAPackage.getJavaImplementation_AnyAttribute()