@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.
|
java.lang.String |
name
The GIML container name.
|
boolean |
ordered
Gets if this list of this container are ordered, i.e.
|
java.lang.String |
prefix
Prefix of the method.
|
public abstract java.lang.String name
public abstract java.lang.String prefix
add
and set
).public abstract int cardinality
public abstract boolean ordered
true
if order must be preserved, false
otherwise.public abstract boolean disabled
true
if child is disabled, false
otherwise.