|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A representation of the model object 'IObject Symbol'.
The following features are supported:
SymbolPackage.getIObjectSymbol()
Field Summary | |
static java.lang.String |
copyright
|
Fields inherited from interface org.eclipse.jst.jsf.context.symbol.internal.provisional.ISymbol |
EMPTY_SYMBOL_ARRAY |
Method Summary | |
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. |
Methods inherited from interface org.eclipse.jst.jsf.context.symbol.internal.provisional.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 |
public static final java.lang.String copyright
Method Detail |
public 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()
public void setTypeDescriptor(ITypeDescriptor value)
Type Descriptor
' reference.
value
- the new value of the 'Type Descriptor' reference.getTypeDescriptor()
public 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()
public void setReadable(boolean value)
Readable
' attribute.
value
- the new value of the 'Readable' attribute.isReadable()
public 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()
public void setWritable(boolean value)
Writable
' attribute.
value
- the new value of the 'Writable' attribute.isWritable()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |