@Target(value=TYPE) @Retention(value=RUNTIME) public @interface JBossXmlModelGroup
Modifier and Type | Optional Element and Description |
---|---|
JBossXmlAccessMode |
accessMode |
String |
kind
if not specified, the default will be either sequence or unordered sequence depending on whether
unordered sequences are disabled (default) or enabled
|
String |
name |
JBossXmlModelGroup.Particle[] |
particles
Used when a model group is bound to a class hierarchy,
i.e.
|
String[] |
propOrder
Used when a model group is bound to a Java class propeties
of which are bound to model group particles
|
public abstract String kind
public abstract String name
public abstract String[] propOrder
public abstract JBossXmlAccessMode accessMode
public abstract JBossXmlModelGroup.Particle[] particles
Copyright © 2016 JBoss by Red Hat. All rights reserved.