public static interface PreferenceDefs.PreferenceDef
extends org.apache.xmlbeans.XmlObject
Modifier and Type | Interface and Description |
---|---|
static class |
PreferenceDefs.PreferenceDef.Factory
A factory class with static methods for creating instances
of this type.
|
static interface |
PreferenceDefs.PreferenceDef.Type
An XML type(@).
|
static interface |
PreferenceDefs.PreferenceDef.Values
An XML values(@http://www.jsynthlib.org/xmldevice).
|
Modifier and Type | Field and Description |
---|---|
static org.apache.xmlbeans.SchemaType |
type |
Modifier and Type | Method and Description |
---|---|
PreferenceDefs.PreferenceDef.Values |
addNewValues()
Appends and returns a new empty "values" element
|
String |
getDefaultValue()
Gets the "defaultValue" element
|
String |
getDescription()
Gets the "description" element
|
String |
getName()
Gets the "name" attribute
|
PreferenceDefs.PreferenceDef.Type.Enum |
getType()
Gets the "type" attribute
|
PreferenceDefs.PreferenceDef.Values |
getValues()
Gets the "values" element
|
boolean |
isSetName()
True if has "name" attribute
|
boolean |
isSetType()
True if has "type" attribute
|
boolean |
isSetValues()
True if has "values" element
|
void |
setDefaultValue(String defaultValue)
Sets the "defaultValue" element
|
void |
setDescription(String description)
Sets the "description" element
|
void |
setName(String name)
Sets the "name" attribute
|
void |
setType(PreferenceDefs.PreferenceDef.Type.Enum type)
Sets the "type" attribute
|
void |
setValues(PreferenceDefs.PreferenceDef.Values values)
Sets the "values" element
|
void |
unsetName()
Unsets the "name" attribute
|
void |
unsetType()
Unsets the "type" attribute
|
void |
unsetValues()
Unsets the "values" element
|
org.apache.xmlbeans.XmlString |
xgetDefaultValue()
Gets (as xml) the "defaultValue" element
|
org.apache.xmlbeans.XmlString |
xgetDescription()
Gets (as xml) the "description" element
|
org.apache.xmlbeans.XmlString |
xgetName()
Gets (as xml) the "name" attribute
|
PreferenceDefs.PreferenceDef.Type |
xgetType()
Gets (as xml) the "type" attribute
|
void |
xsetDefaultValue(org.apache.xmlbeans.XmlString defaultValue)
Sets (as xml) the "defaultValue" element
|
void |
xsetDescription(org.apache.xmlbeans.XmlString description)
Sets (as xml) the "description" element
|
void |
xsetName(org.apache.xmlbeans.XmlString name)
Sets (as xml) the "name" attribute
|
void |
xsetType(PreferenceDefs.PreferenceDef.Type type)
Sets (as xml) the "type" attribute
|
changeType, compareTo, compareValue, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
String getDescription()
org.apache.xmlbeans.XmlString xgetDescription()
void setDescription(String description)
void xsetDescription(org.apache.xmlbeans.XmlString description)
PreferenceDefs.PreferenceDef.Values getValues()
boolean isSetValues()
void setValues(PreferenceDefs.PreferenceDef.Values values)
PreferenceDefs.PreferenceDef.Values addNewValues()
void unsetValues()
String getDefaultValue()
org.apache.xmlbeans.XmlString xgetDefaultValue()
void setDefaultValue(String defaultValue)
void xsetDefaultValue(org.apache.xmlbeans.XmlString defaultValue)
String getName()
org.apache.xmlbeans.XmlString xgetName()
boolean isSetName()
void setName(String name)
void xsetName(org.apache.xmlbeans.XmlString name)
void unsetName()
PreferenceDefs.PreferenceDef.Type.Enum getType()
PreferenceDefs.PreferenceDef.Type xgetType()
boolean isSetType()
void setType(PreferenceDefs.PreferenceDef.Type.Enum type)
void xsetType(PreferenceDefs.PreferenceDef.Type type)
void unsetType()
Copyright © 2014. All Rights Reserved.