public interface WorkspaceItemConfig extends ModelItemConfig
Modifier and Type | Interface and Description |
---|---|
static class |
WorkspaceItemConfig.Factory
A factory class with static methods for creating instances
of this type.
|
Modifier and Type | Field and Description |
---|---|
static org.apache.xmlbeans.SchemaType |
type |
Modifier and Type | Method and Description |
---|---|
ProjectReferenceConfig |
addNewProject()
Appends and returns a new empty value (as xml) as the last "project" element
|
String |
getLoaduiVersion()
Gets the "loadui-version" attribute
|
ProjectReferenceConfig[] |
getProjectArray()
Deprecated.
|
ProjectReferenceConfig |
getProjectArray(int i)
Gets ith "project" element
|
List<ProjectReferenceConfig> |
getProjectList()
Gets a List of "project" elements
|
ProjectReferenceConfig |
insertNewProject(int i)
Inserts and returns a new empty value (as xml) as the ith "project" element
|
boolean |
isSetLoaduiVersion()
True if has "loadui-version" attribute
|
void |
removeProject(int i)
Removes the ith "project" element
|
void |
setLoaduiVersion(String loaduiVersion)
Sets the "loadui-version" attribute
|
void |
setProjectArray(int i,
ProjectReferenceConfig project)
Sets ith "project" element
|
void |
setProjectArray(ProjectReferenceConfig[] projectArray)
Sets array of all "project" element
|
int |
sizeOfProjectArray()
Returns number of "project" element
|
void |
unsetLoaduiVersion()
Unsets the "loadui-version" attribute
|
org.apache.xmlbeans.XmlString |
xgetLoaduiVersion()
Gets (as xml) the "loadui-version" attribute
|
void |
xsetLoaduiVersion(org.apache.xmlbeans.XmlString loaduiVersion)
Sets (as xml) the "loadui-version" attribute
|
getLabel, isSetLabel, setLabel, unsetLabel, xgetLabel, xsetLabel
addNewAddons, addNewAttributes, addNewProperties, getAddons, getAttributes, getId, getProperties, isSetId, setAddons, setAttributes, setId, setProperties, unsetId, xgetId, xsetId
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
List<ProjectReferenceConfig> getProjectList()
ProjectReferenceConfig[] getProjectArray()
ProjectReferenceConfig getProjectArray(int i)
int sizeOfProjectArray()
void setProjectArray(ProjectReferenceConfig[] projectArray)
void setProjectArray(int i, ProjectReferenceConfig project)
ProjectReferenceConfig insertNewProject(int i)
ProjectReferenceConfig addNewProject()
void removeProject(int i)
String getLoaduiVersion()
org.apache.xmlbeans.XmlString xgetLoaduiVersion()
boolean isSetLoaduiVersion()
void setLoaduiVersion(String loaduiVersion)
void xsetLoaduiVersion(org.apache.xmlbeans.XmlString loaduiVersion)
void unsetLoaduiVersion()
Copyright © 2019. All rights reserved.