|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IBeanInstanceSymbol
An instance of a java bean
Provisional API - subject to change
Field Summary | |
---|---|
static java.lang.String |
copyright
|
Fields inherited from interface org.eclipse.jst.jsf.context.symbol.ISymbol |
---|
EMPTY_SYMBOL_ARRAY |
Method Summary | |
---|---|
IJavaTypeDescriptor2 |
getJavaTypeDescriptor()
This is a convenience method equivalent to to (IJavaTypeDescriptor2) getTypeDescriptor |
EList |
getMethods()
Returns the value of the 'Methods' reference list. |
EList |
getProperties()
Returns the value of the 'Properties' reference list. |
void |
setJavaTypeDescriptor(IJavaTypeDescriptor2 newTypeDescriptor)
Convenience method equivalent to setTypeDescriptor((IJavaTypeDescriptor2) typeDesc)s |
Methods inherited from interface org.eclipse.jst.jsf.context.symbol.IInstanceSymbol |
---|
getRuntimeSource, getTypeDescriptor, isTypeResolved, setRuntimeSource |
Methods inherited from interface org.eclipse.jst.jsf.context.symbol.IObjectSymbol |
---|
call, coerce, isReadable, isWritable, setReadable, setTypeDescriptor, setWritable, supportsCoercion |
Methods inherited from interface org.eclipse.jst.jsf.context.symbol.ISymbol |
---|
getName, setName |
Methods inherited from interface org.eclipse.jst.jsf.context.symbol.IDescribedInDetail |
---|
getDetailedDescription, setDetailedDescription |
Field Detail |
---|
static final java.lang.String copyright
Method Detail |
---|
EList getProperties()
IBeanPropertySymbol
.
If the meaning of the 'Properties' reference list isn't clear, there really should be more of a description here...
SymbolPackage.getIBeanInstanceSymbol_Properties()
EList getMethods()
IBeanMethodSymbol
.
If the meaning of the 'Methods' reference list isn't clear, there really should be more of a description here...
SymbolPackage.getIBeanInstanceSymbol_Methods()
IJavaTypeDescriptor2 getJavaTypeDescriptor()
void setJavaTypeDescriptor(IJavaTypeDescriptor2 newTypeDescriptor)
newTypeDescriptor
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |