|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface JProperty
This is a helper class which provides java.beans-like functionality in the JAM framework. extension to the JAM framework that encapsulates the notion of a javabean properties. This class can be used to get similar functionality in JAM that is provided by the java.beans.* packge.
An array of JProperties for a given JClass can be retrieved using the getProperties factory method.
| Method Summary | |
|---|---|
JMethod |
getGetter()
Returns a JMethod which represents the getter for this property. |
JMethod |
getSetter()
Returns a JMethod which represents the setter for this property. |
JClass |
getType()
Returns a JClass which represents the type of this property. |
| Methods inherited from interface org.codehaus.jam.JAnnotatedElement |
|---|
getAllJavadocTags, getAnnotation, getAnnotation, getAnnotations, getAnnotationValue, getComment |
| Methods inherited from interface org.codehaus.jam.JElement |
|---|
accept, getArtifact, getParent, getQualifiedName, getSimpleName, getSourcePosition, isSourceAvailable, toString |
| Method Detail |
|---|
JClass getType()
JMethod getSetter()
JMethod getGetter()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||