|
DLESE Tools v1.6.0 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.struts.action.ActionForm org.dlese.dpc.xml.schema.action.form.SchemaViewerForm
public class SchemaViewerForm
Controller for the SchemaViewer app.
Field Summary |
---|
Fields inherited from class org.apache.struts.action.ActionForm |
---|
multipartRequestHandler, servlet |
Constructor Summary | |
---|---|
SchemaViewerForm()
Constructor |
Method Summary | |
---|---|
String |
getBreadCrumbs()
Gets the breadCrumbs attribute of the SchemaViewerForm object |
boolean |
getDefIsBuiltin()
|
boolean |
getDefIsEnumeration()
|
boolean |
getDefIsUnion()
|
String |
getDisplaySchemaNode()
Gets the displaySchemaNode attribute of the SchemaViewerForm object |
String |
getDisplayType()
Gets the displayType attribute of the SchemaViewerForm object |
List |
getEnumerationOptions()
|
org.apache.struts.util.LabelValueBean[] |
getEnumerationOptions(String xpath)
Gets the enumerationOptions attribute of the SchemaViewerForm object |
MetaDataFramework |
getFramework()
Gets the globalDef attribute of the SchemaViewerForm object |
String |
getFrameworkName()
Gets the globalDef attribute of the SchemaViewerForm object |
List |
getFrameworks()
Gets the frameworks attribute of the SchemaViewerForm object |
GlobalDef |
getGlobalDef()
Gets the globalDef attribute of the SchemaViewerForm object |
String |
getHeadElement()
|
boolean |
getIsComplexType()
|
boolean |
getIsSimpleType()
|
String |
getMinimalTree()
Gets the minimalTree attribute of the SchemaViewerForm object |
String |
getPath()
Gets the path attribute of the SchemaViewerForm object |
String |
getPrettyTypeElement()
Gets the prettyTypeElement attribute of the SchemaViewerForm object |
Map |
getReport()
|
String |
getReportFunction()
|
String[] |
getReportFunctions()
|
SchemaHelper |
getSchemaHelper()
Gets the schemaHelper attribute of the SchemaViewerForm object |
SchemaNode |
getSchemaNode()
Gets the schemaNode attribute of the SchemaViewerForm object |
boolean |
getSchemaNodeIsAttribute()
|
boolean |
getSchemaNodeIsElement()
|
boolean |
getSchemaNodeIsRequired()
|
String |
getSchemaNodeName()
|
String[] |
getSelectedFrameworks()
|
org.apache.struts.util.LabelValueBean[] |
getSelectOptions(String xpath)
Gets the selectOptions attribute of the SchemaViewerForm object |
List |
getSubstitutionGroupMembers()
|
String |
getTypeElement()
Gets the typeElement attribute of the SchemaViewerForm object |
String |
getTypeName()
Gets the typeName attribute of the SchemaViewerForm object |
String[] |
getUnionMembers()
|
MetadataVocab |
getVocab()
Gets the vocab attribute of the SchemaViewerForm object |
protected void |
prtln(String s)
Output a line of text to standard out, with datestamp, if debug is set to true. |
void |
reset(org.apache.struts.action.ActionMapping mapping,
HttpServletRequest request)
|
void |
setFramework(MetaDataFramework mdf)
Sets the framework attribute of the SchemaViewerForm object |
void |
setFrameworkName(String val)
Sets the framework attribute of the SchemaViewerForm object |
void |
setFrameworks(List list)
Sets the frameworks attribute of the SchemaViewerForm object |
void |
setGlobalDef(GlobalDef def)
Sets the globalDef attribute of the SchemaViewerForm object |
void |
setPath(String path)
Sets the path attribute of the SchemaViewerForm object |
void |
setReport(Map rpt)
|
void |
setReportFunction(String fn)
|
void |
setSchemaHelper(SchemaHelper schemaHelper)
Sets the schemaHelper attribute of the SchemaViewerForm object |
void |
setSchemaNode(SchemaNode schemaNode)
Sets the schemaNode attribute of the SchemaViewerForm object |
void |
setSelectedFrameworks(String[] sf)
|
void |
setTypeName(String s)
|
void |
setVocab(MetadataVocab vocab)
Constructor for the setVocab object |
Methods inherited from class org.apache.struts.action.ActionForm |
---|
getMultipartRequestHandler, getServlet, getServletWrapper, reset, setMultipartRequestHandler, setServlet, validate, validate |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SchemaViewerForm()
Method Detail |
---|
public void reset(org.apache.struts.action.ActionMapping mapping, HttpServletRequest request)
reset
in class org.apache.struts.action.ActionForm
public String[] getReportFunctions()
public String getReportFunction()
public void setReportFunction(String fn)
public Map getReport()
public void setReport(Map rpt)
public List getFrameworks()
public void setFrameworks(List list)
list
- The new frameworks valuepublic String[] getSelectedFrameworks()
public void setSelectedFrameworks(String[] sf)
public String getDisplayType()
public String getDisplaySchemaNode()
public String getPath()
public void setPath(String path)
path
- The new path valuepublic String getTypeName()
public void setTypeName(String s)
public SchemaNode getSchemaNode()
public String getSchemaNodeName()
public void setSchemaNode(SchemaNode schemaNode)
schemaNode
- The new schemaNode valueeadpublic boolean getSchemaNodeIsRequired()
public boolean getSchemaNodeIsAttribute()
public boolean getSchemaNodeIsElement()
public List getSubstitutionGroupMembers()
public String getHeadElement()
public GlobalDef getGlobalDef()
public void setGlobalDef(GlobalDef def)
def
- The new globalDef valuepublic boolean getIsSimpleType()
public boolean getIsComplexType()
public boolean getDefIsEnumeration()
public boolean getDefIsUnion()
public boolean getDefIsBuiltin()
public MetaDataFramework getFramework()
public void setFramework(MetaDataFramework mdf)
mdf
- The new framework valuepublic String getFrameworkName()
public void setFrameworkName(String val)
val
- The new framework valuepublic String getTypeElement()
public String getPrettyTypeElement()
public String getMinimalTree()
public String getBreadCrumbs()
public void setSchemaHelper(SchemaHelper schemaHelper)
schemaHelper
- The new schemaHelper valuepublic SchemaHelper getSchemaHelper()
public void setVocab(MetadataVocab vocab)
vocab
- public MetadataVocab getVocab()
public String[] getUnionMembers()
public List getEnumerationOptions()
public org.apache.struts.util.LabelValueBean[] getEnumerationOptions(String xpath)
xpath
- Description of the Parameter
public org.apache.struts.util.LabelValueBean[] getSelectOptions(String xpath)
xpath
- Description of the Parameter
protected final void prtln(String s)
s
- The String that will be output.
|
DLESE Tools v1.6.0 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |