|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Retention(value=RUNTIME) @Target(value=METHOD) public @interface Property
Defines the mapping between the property of a node type and a java bean property of the annotated class.
| Required Element Summary | |
|---|---|
java.lang.String |
name
The jcr property namen either qualified or unqualified. |
| Optional Element Summary | |
|---|---|
int |
type
Specify the property type of the mapped property, the value must be a legal value referenced by javax.jcr.PropertyType. |
| Element Detail |
|---|
public abstract java.lang.String name
public abstract int type
javax.jcr.PropertyType. The default value returned is -1 which means that the value is determined
by Chromattic according to the type of the annotated property.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||