|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Target(value=METHOD) @Retention(value=RUNTIME) public @interface MOPropertyChoice
Defines that the property is part of a choice XML construct. See MOChoiceDiscriminator
for a more
detailed explanation and examples.
MOProperty
,
MOChoiceDiscriminator
,
SourcePropertyOf
Required Element Summary | |
---|---|
java.lang.String[] |
choiceOptions
Defines in which choice options this property is included. |
java.lang.String |
discriminator
the name of the choice discriminator, used to connect this annotation with the appropriate choice discriminator ( MOChoiceDiscriminator ). |
Element Detail |
---|
public abstract java.lang.String discriminator
MOChoiceDiscriminator
).
public abstract java.lang.String[] choiceOptions
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |