|
SAP BI Java SDK | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Supertype of all SAP variable value range types. Value range types exist
only for numeric SAP variables or ones of type IBIMember
.
Method Summary | |
IBIRelationalOperatorType |
getOption()
Specifies, via the option of type IBIRelationalOperatorType ,
how values should be selected based either on one specified value or a
lower and an upper value. |
IBISapRangeSignType |
getSign()
Specifies whether the values should be included or excluded from the selection. |
void |
setOption(IBIRelationalOperatorType newValue)
Specifies, via the option of type IBIRelationalOperatorType ,
how values should be selected based either on one specified value or a
lower and an upper value. |
void |
setSign(IBISapRangeSignType newValue)
Specifies whether the values should be included or excluded from the selection. |
Methods inherited from interface org.omg.cwm.objectmodel.instance.Instance |
getClassifier, setClassifier |
Methods inherited from interface org.omg.cwm.objectmodel.core.ModelElement |
getClientDependency, getConstraint, getImporter, getName, getNamespace, getVisibility, setName, setNamespace, setVisibility |
Methods inherited from interface javax.jmi.reflect.RefObject |
refClass, refDelete, refImmediateComposite, refIsInstanceOf, refOutermostComposite |
Methods inherited from interface javax.jmi.reflect.RefFeatured |
refGetValue, refGetValue, refInvokeOperation, refInvokeOperation, refSetValue, refSetValue |
Methods inherited from interface javax.jmi.reflect.RefBaseObject |
equals, hashCode, refImmediatePackage, refMetaObject, refMofId, refOutermostPackage, refVerifyConstraints |
Method Detail |
public IBISapRangeSignType getSign() throws javax.jmi.reflect.JmiException
Specifies whether the values should be included or excluded from the selection.
INCLUDING
: The value(s) will be included in the selectionEXCLUDING
: The value(s) will be excluded from the selectionpublic void setSign(IBISapRangeSignType newValue) throws javax.jmi.reflect.JmiException
Specifies whether the values should be included or excluded from the selection.
INCLUDING
: The value(s) will be included in the selectionEXCLUDING
: The value(s) will be excluded from the selectionpublic IBIRelationalOperatorType getOption() throws javax.jmi.reflect.JmiException
Specifies, via the option of type IBIRelationalOperatorType
,
how values should be selected based either on one specified value or a
lower and an upper value.
LESSTHANEQUAL
: Selects all values which are less than or equal to the
specified lower value.BETWEEN
: Selects all values which are between the specified lower and
the upper values. This includes values which are greater than or equal
to the lower value and which are less than or equal to the upper value.GREATERTHANEQUAL
: Selects all values which are greater than or equal to
the specified lower value.EQUAL
: Selects all values which are equal to the specified lower value.LESSTHAN
: Selects all values which are less than the specified lower value.NOTEQUAL
: Selects all values which are not equal to the specified lower
value.GREATERTHAN
: Selects all values which are greater than the specified lower
value.public void setOption(IBIRelationalOperatorType newValue) throws javax.jmi.reflect.JmiException
Specifies, via the option of type IBIRelationalOperatorType
,
how values should be selected based either on one specified value or a
lower and an upper value.
LESSTHANEQUAL
: Selects all values which are less than or equal to the
specified lower value.BETWEEN
: Selects all values which are between the specified lower and
the upper values. This includes values which are greater than or equal
to the lower value and which are less than or equal to the upper value.GREATERTHANEQUAL
: Selects all values which are greater than or equal to
the specified lower value.EQUAL
: Selects all values which are equal to the specified lower value.LESSTHAN
: Selects all values which are less than the specified lower value.NOTEQUAL
: Selects all values which are not equal to the specified lower
value.GREATERTHAN
: Selects all values which are greater than the specified lower
value.
|
SAP BI Java SDK | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |