|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Retention(value=RUNTIME) @Target(value=TYPE) public @interface PrimaryType
Defines the mapping between a node type and a java class.
| Required Element Summary | |
|---|---|
java.lang.String |
name
The name of the primary node type to use. |
| Optional Element Summary | |
|---|---|
boolean |
orderable
Returns true if the node is ordereable. |
| Element Detail |
|---|
public abstract java.lang.String name
public abstract boolean orderable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||