|
||||||||||
| 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.infra.SIF_Join
public class SIF_Join
| Field Summary |
|---|
| Fields inherited from class com.edustructures.sifworks.Element |
|---|
CURRENT_SERIALIZE_VERSION |
| Constructor Summary | |
|---|---|
SIF_Join()
Constructor |
|
SIF_Join(SIFJoinType type,
SIF_JoinOn sifJoinOn)
Constructor that accepts values for all mandatory fields |
|
| Method Summary | |
|---|---|
void |
addSIF_JoinOn(SIF_JoinOn value)
Adds a new <SIF_JoinOn> child element. |
void |
addSIF_JoinOn(SIF_LeftElement sifLeftElement,
SIF_RightElement sifRightElement)
Adds a new <SIF_JoinOn> repeatable element. |
java.lang.String |
getKey()
Gets the key of this object |
ElementDef[] |
getKeyFields()
Gets the metadata fields that make up the key of this object |
SIF_JoinOn |
getSIF_JoinOn(SIF_LeftElement sifLeftElement,
SIF_RightElement sifRightElement)
Gets a SIF_JoinOn object instance. |
SIF_JoinOn[] |
getSIF_JoinOns()
Gets all SIF_JoinOn object instances. |
java.lang.String |
getType()
Gets the value of the Type attribute. |
void |
removeSIF_JoinOn(SIF_LeftElement sifLeftElement,
SIF_RightElement sifRightElement)
Removes a SIF_JoinOn object instance. |
void |
setSIF_JoinOns(SIF_JoinOn[] sif_joinons)
Sets an array of SIF_JoinOn objects. |
void |
setType(SIFJoinType value)
Sets the value of the Type attribute. |
void |
setType(java.lang.String value)
Sets the value of the Type attribute as a String. |
| 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 SIF_Join()
public SIF_Join(SIFJoinType type,
SIF_JoinOn sifJoinOn)
type - sifJoinOn - | Method Detail |
|---|
public java.lang.String getKey()
getKey in class SIFElementpublic ElementDef[] getKeyFields()
public java.lang.String getType()
Type attribute.
Type attribute of this object.public void setType(SIFJoinType value)
Type attribute.
value - A constant defined by the SIFJoinType classpublic void setType(java.lang.String value)
Type attribute as a String.
value - The value as a Stringpublic void addSIF_JoinOn(SIF_JoinOn value)
<SIF_JoinOn> child element.
value - A SIF_JoinOn object
public void addSIF_JoinOn(SIF_LeftElement sifLeftElement,
SIF_RightElement sifRightElement)
<SIF_JoinOn> repeatable element.
This form of setSIF_JoinOn is provided as a convenience method
that is functionally equivalent to the version of setSIF_JoinOn
that accepts a single SIF_JoinOn object.
sifLeftElement - sifRightElement -
public void removeSIF_JoinOn(SIF_LeftElement sifLeftElement,
SIF_RightElement sifRightElement)
SIF_JoinOn object instance. More than one instance can be defined for this object because it is a repeatable field element.
sifLeftElement - Identifies the SIF_JoinOn object to remove by its SIF_LeftElement valuesifRightElement - Identifies the SIF_JoinOn object to remove by its SIF_RightElement value
public SIF_JoinOn getSIF_JoinOn(SIF_LeftElement sifLeftElement,
SIF_RightElement sifRightElement)
SIF_JoinOn object instance. More than one instance can be defined for this object because it is a repeatable field element.
sifLeftElement - Identifies the SIF_JoinOn object to return by its "SIF_LeftElement" attribute valuesifRightElement - Identifies the SIF_JoinOn object to return by its "SIF_RightElement" attribute value
SIF_JoinOn objectpublic SIF_JoinOn[] getSIF_JoinOns()
SIF_JoinOn object instances. More than one instance can be defined for this object because it is a repeatable field element.
SIF_JoinOn objectspublic void setSIF_JoinOns(SIF_JoinOn[] sif_joinons)
SIF_JoinOn objects. All existing
SIF_JoinOn instances
are removed and replaced with this list. Calling this method with the
parameter value set to null removes all SIF_JoinOns.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||