|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IObjectSymbol
A representation of the model object 'IObject Symbol'.
Provisional API - subject to change
The following features are supported:
SymbolPackage.getIObjectSymbol()
Field Summary | |
---|---|
static java.lang.String |
copyright
|
Fields inherited from interface org.eclipse.jst.jsf.context.symbol.ISymbol |
---|
EMPTY_SYMBOL_ARRAY |
Method Summary | |
---|---|
ISymbol |
call(java.lang.String methodName,
org.eclipse.emf.common.util.EList methodArguments,
java.lang.String symbolName)
|
ITypeDescriptor |
coerce(java.lang.String typeSignature)
|
ITypeDescriptor |
getTypeDescriptor()
Returns the value of the 'Type Descriptor' reference |
boolean |
isReadable()
Returns the value of the 'Readable' attribute |
boolean |
isWritable()
Returns the value of the 'Writable' attribute |
void |
setReadable(boolean value)
Sets the value of the ' Readable ' attribute |
void |
setTypeDescriptor(ITypeDescriptor value)
Sets the value of the ' Type Descriptor ' reference |
void |
setWritable(boolean value)
Sets the value of the ' Writable ' attribute |
boolean |
supportsCoercion(java.lang.String typeSignature)
|
Methods inherited from interface org.eclipse.jst.jsf.context.symbol.ISymbol |
---|
getName, setName |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Field Detail |
---|
static final java.lang.String copyright
Method Detail |
---|
ITypeDescriptor getTypeDescriptor()
If the meaning of the 'Type Descriptor' reference isn't clear, there really should be more of a description here...
setTypeDescriptor(ITypeDescriptor)
,
SymbolPackage.getIObjectSymbol_TypeDescriptor()
void setTypeDescriptor(ITypeDescriptor value)
Type Descriptor
' reference.
value
- the new value of the 'Type Descriptor' reference.getTypeDescriptor()
boolean isReadable()
If the meaning of the 'Readable' attribute isn't clear, there really should be more of a description here...
setReadable(boolean)
,
SymbolPackage.getIObjectSymbol_Readable()
void setReadable(boolean value)
Readable
' attribute.
value
- the new value of the 'Readable' attribute.isReadable()
boolean isWritable()
If the meaning of the 'Writable' attribute isn't clear, there really should be more of a description here...
setWritable(boolean)
,
SymbolPackage.getIObjectSymbol_Writable()
void setWritable(boolean value)
Writable
' attribute.
value
- the new value of the 'Writable' attribute.isWritable()
boolean supportsCoercion(java.lang.String typeSignature)
typeSignature
-
ITypeDescriptor coerce(java.lang.String typeSignature)
typeSignature
-
ISymbol call(java.lang.String methodName, org.eclipse.emf.common.util.EList methodArguments, java.lang.String symbolName)
methodName
- methodArguments
- symbolName
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |