public class FormChoiceAttribute extends AttributeBase
| Modifier and Type | Field and Description |
|---|---|
static int |
QUALIFIED_FORM |
static StringArray |
s_allowedAttributes
List of allowed attribute names.
|
static EnumSet |
s_formValues |
static int |
UNQUALIFIED_FORM |
SCHEMA_NAMESPACE| Constructor and Description |
|---|
FormChoiceAttribute(SchemaBase owner)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getForm()
Get 'form' attribute type code.
|
String |
getFormText()
Get 'form' attribute text.
|
boolean |
isQualified(boolean def)
Check if qualified.
|
void |
setForm(int type)
Set 'form' attribute type code.
|
getOwner, prevalidate, validatepublic static final StringArray s_allowedAttributes
public static final int QUALIFIED_FORM
public static final int UNQUALIFIED_FORM
public static final EnumSet s_formValues
public FormChoiceAttribute(SchemaBase owner)
owner - owning elementpublic int getForm()
public void setForm(int type)
type - public String getFormText()
null if not set)public boolean isQualified(boolean def)
def - default if not overriddentrue if qualified, false if notCopyright © 2005-2013 jibx.org. All Rights Reserved.