|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.jst.jsf.common.util.JDTBeanProperty
public class JDTBeanProperty
Represents a single bean property backed by JDT data This class may not be sub-classed by clients.
Method Summary | |
---|---|
int |
getArrayCount()
|
org.eclipse.jdt.core.IMethod |
getGetter()
|
org.eclipse.jdt.core.IMethod |
getSetter()
|
org.eclipse.jdt.core.IType |
getType()
|
java.util.List<java.lang.String> |
getTypeParameterSignatures()
For example, if this property was formed from: List |
java.lang.String |
getTypeSignature()
Fully equivalent to: getTypeSignature(true) |
java.lang.String |
getTypeSignature(boolean eraseTypeParameters)
|
boolean |
isEnumType()
|
boolean |
isReadable()
|
boolean |
isWritable()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public boolean isReadable()
public boolean isWritable()
public org.eclipse.jdt.core.IMethod getGetter()
public org.eclipse.jdt.core.IMethod getSetter()
public org.eclipse.jdt.core.IType getType()
public int getArrayCount()
public boolean isEnumType()
public java.lang.String getTypeSignature()
public java.lang.String getTypeSignature(boolean eraseTypeParameters)
eraseTypeParameters
- if true, the returned type has type parameters
erased. If false, template types are resolved.
for more information on how specific kinds of unresolved generics are resolved
public java.util.List<java.lang.String> getTypeParameterSignatures()
for more information on how specific kinds of unresolved generics are resolved
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |