|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.edustructures.sifworks.Element
com.edustructures.sifworks.SIFElement
com.edustructures.sifworks.SIFKeyedElement
com.edustructures.sifworks.reporting.ReportDefinitionSource
public class ReportDefinitionSource
Indicates where the report definition can be found. If Type="Description", this element's value contains the report definition. If Type="URL", this element's value is the URL pointing to the external source for the definition. Type="SIF_Query" indicates that the SIF_QueryGroup element below contains the definition.
| Field Summary |
|---|
| Fields inherited from class com.edustructures.sifworks.Element |
|---|
CURRENT_SERIALIZE_VERSION |
| Constructor Summary | |
|---|---|
ReportDefinitionSource()
Constructor |
|
ReportDefinitionSource(ReportDefinitionSourceType type,
java.lang.String value)
Constructor that accepts values for all mandatory fields |
|
| Method Summary | |
|---|---|
java.lang.String |
getKey()
Gets the key of this object |
ElementDef[] |
getKeyFields()
Gets the metadata fields that make up the key of this object |
java.lang.String |
getQueryLanguage()
Gets the value of the QueryLanguage attribute. |
java.lang.String |
getType()
Gets the value of the Type attribute. |
java.lang.String |
getValue()
Gets the value of the <Value> element. |
void |
setQueryLanguage(java.lang.String value)
Sets the value of the QueryLanguage attribute. |
void |
setType(ReportDefinitionSourceType value)
Sets the value of the Type attribute. |
void |
setType(java.lang.String value)
Sets the value of the Type attribute as a String. |
void |
setValue(java.lang.String value)
Sets the value of the <Value> element. |
| Methods inherited from class com.edustructures.sifworks.SIFElement |
|---|
addChild, addChild, clone, compareGraphTo, create, effectiveSIFVersion, getChild, getChild, getChild, getChild, getChild, getChildCount, getChildList, getChildList, getChildList, getChildren, getChildren, getContent, getContent, getField, getField, getFieldCount, getFields, getFieldValue, getSIFValue, getSIFVersion, getTextValue, getXmlId, hasTextValue, removeChild, removeChild, removeChild, removeChild, restoreImplementationDef, setChanged, setChildren, setEmpty, setField, setField, setField, setField, setSIFValue, setSIFVersion, setTextValue, setXmlId, tag |
| Methods inherited from class com.edustructures.sifworks.Element |
|---|
compareTo, getElementDef, getParent, getRoot, isChanged, isDoNotEncode, isEmpty, setChanged, setDoNotEncode, setElementDef, setEmpty, setParent, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ReportDefinitionSource()
public ReportDefinitionSource(ReportDefinitionSourceType type,
java.lang.String value)
type - This attribute indicates the source of the report definition.value - Gets or sets the content value of the <ReportDefinitionSource> element| Method Detail |
|---|
public java.lang.String getKey()
getKey in class SIFElementpublic ElementDef[] getKeyFields()
public java.lang.String getValue()
<Value> element.
The SIF specification defines the meaning of this element as: "Gets or sets the content value of the <ReportDefinitionSource> element"
Value element of this object.public void setValue(java.lang.String value)
<Value> element.
The SIF specification defines the meaning of this element as: "Gets or sets the content value of the <ReportDefinitionSource> element"
value - A String objectpublic java.lang.String getType()
Type attribute.
The SIF specification defines the meaning of this attribute as: "This attribute indicates the source of the report definition."
Type attribute of this object.public void setType(ReportDefinitionSourceType value)
Type attribute.
The SIF specification defines the meaning of this attribute as: "This attribute indicates the source of the report definition."
value - A constant defined by the ReportDefinitionSourceType classpublic void setType(java.lang.String value)
Type attribute as a String.
The SIF specification defines the meaning of this attribute as: "This attribute indicates the source of the report definition."
value - The value as a Stringpublic java.lang.String getQueryLanguage()
QueryLanguage attribute.
The SIF specification defines the meaning of this attribute as: "The vendor-defined query language used in the report definition (e.g. SQL, ExampleObject, com.vendor.format, etc.). If the Type attribute is SIF_Query, then QueryLanguage should also be SIF_Query. If the Type attribute is SIF_ExtendedQuery, then QueryLanguage should also be SIF_ExtendedQuery. "
QueryLanguage attribute of this object.public void setQueryLanguage(java.lang.String value)
QueryLanguage attribute.
The SIF specification defines the meaning of this attribute as: "The vendor-defined query language used in the report definition (e.g. SQL, ExampleObject, com.vendor.format, etc.). If the Type attribute is SIF_Query, then QueryLanguage should also be SIF_Query. If the Type attribute is SIF_ExtendedQuery, then QueryLanguage should also be SIF_ExtendedQuery. "
value - A String object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||