|
|
|
|
org.eclipse.jst.jsf.context.symbol
Interface IBeanInstanceSymbol
-
All Superinterfaces:
-
IDescribedInDetail,
IInstanceSymbol,
IObjectSymbol,
ISymbol
-
public interface IBeanInstanceSymbol
- extends
IInstanceSymbol,
IDescribedInDetail
An instance of a java bean
Provisional API - subject to change
Field Summary
|
static java.lang.String
|
copyright
|
copyright
static final java.lang.String copyright
-
-
See Also:
-
Constant Field Values
getProperties
EList getProperties()
- Returns the value of the '
Properties
' reference list.
The list contents are of type
IBeanPropertySymbol .
If the meaning of the 'Properties' reference list isn't clear,
there really should be more of a description here...
-
-
-
Returns:
- the value of the 'Properties' reference list.
-
See Also:
-
SymbolPackage.getIBeanInstanceSymbol_Properties()
getMethods
EList getMethods()
- Returns the value of the '
Methods
' reference list.
The list contents are of type
IBeanMethodSymbol .
If the meaning of the 'Methods' reference list isn't clear,
there really should be more of a description here...
-
-
-
Returns:
- the value of the 'Methods' reference list.
-
See Also:
-
SymbolPackage.getIBeanInstanceSymbol_Methods()
getJavaTypeDescriptor
IJavaTypeDescriptor2 getJavaTypeDescriptor()
-
This is a convenience method equivalent to to (IJavaTypeDescriptor2) getTypeDescriptor
-
-
-
Returns:
- the type descriptor cast to a java descriptor
setJavaTypeDescriptor
void setJavaTypeDescriptor(
IJavaTypeDescriptor2 newTypeDescriptor)
-
Convenience method equivalent to setTypeDescriptor((IJavaTypeDescriptor2) typeDesc)s
-
-
-
Parameters:
-
newTypeDescriptor -
|
|
|