@SupportedSourceVersion(value=RELEASE_7) @Target(value=METHOD) @Retention(value=SOURCE) public @interface ElementChild
Modifier and Type | Optional Element and Description |
---|---|
int |
cardinality
Gives the cardinality of this container (i.e.
|
boolean |
disabled
Gets if this child is disabled for this element.
|
String |
name
The GIML container name.
|
boolean |
ordered
Gets if this list of this container are ordered, i.e.
|
String |
prefix
Prefix of the method.
|
public abstract int cardinality
public abstract boolean disabled
true
if child is disabled, false
otherwise.public abstract String name
public abstract boolean ordered
true
if order must be preserved, false
otherwise.public abstract String prefix
add
and set
).