public interface IBeanPropertySymbol
A property of a bean
Provisional API - subject to change
static java.lang.String
copyright
EMPTY_SYMBOL_ARRAY
IJavaTypeDescriptor2
getOwner ()
boolean
isReadable ()
isWritable ()
void
setOwner ( IJavaTypeDescriptor2 value)
Owner
isIntermediate, setIntermediate
call, coerce, getTypeDescriptor, setReadable, setTypeDescriptor, setWritable, supportsCoercion
getName, setName
getDetailedDescription, setDetailedDescription
static final java.lang.String copyright
IJavaTypeDescriptor2 getOwner()
void setOwner( IJavaTypeDescriptor2 value)
value
getOwner()
boolean isReadable()
IObjectSymbol
If the meaning of the 'Readable' attribute isn't clear, there really should be more of a description here...
isReadable
IObjectSymbol.setReadable(boolean)
SymbolPackage.getIObjectSymbol_Readable()
boolean isWritable()
If the meaning of the 'Writable' attribute isn't clear, there really should be more of a description here...
isWritable
IObjectSymbol.setWritable(boolean)
SymbolPackage.getIObjectSymbol_Writable()