|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jibx.binding.model.AttributeBase
org.jibx.binding.model.NestingAttributes
public class NestingAttributes
Model component for nesting attribute group in binding definition.
Field Summary | |
---|---|
static int |
ATTRIBUTE_STYLE
|
static int |
ELEMENT_STYLE
|
private int |
m_styleIndex
Actual selected style. |
private java.lang.String |
m_styleName
Supplied style name. |
static StringArray |
s_allowedAttributes
Enumeration of allowed attribute names |
(package private) static EnumSet |
s_styleEnum
|
Constructor Summary | |
---|---|
NestingAttributes()
|
Method Summary | |
---|---|
int |
getStyle()
Get style value. |
java.lang.String |
getStyleName()
Get style string value. |
void |
prevalidate(ValidationContext vctx)
Prevalidate attribute information. |
void |
setStyleName(java.lang.String name)
Set style name. |
Methods inherited from class org.jibx.binding.model.AttributeBase |
---|
validate |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final StringArray s_allowedAttributes
public static final int ATTRIBUTE_STYLE
public static final int ELEMENT_STYLE
static final EnumSet s_styleEnum
private java.lang.String m_styleName
private int m_styleIndex
Constructor Detail |
---|
public NestingAttributes()
Method Detail |
---|
public java.lang.String getStyleName()
null
if undefined at this level)public int getStyle()
AttributeBase.validate(org.jibx.binding.model.ValidationContext)
.
public void setStyleName(java.lang.String name)
name
- style name (null
to undefine style at this
level)public void prevalidate(ValidationContext vctx)
AttributeBase
prevalidate
in class AttributeBase
vctx
- validation context
|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |