|
SAP BI Java SDK | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Endows several objects in the OLAP Query Model with the ability to provide
an Id
and a Label
. The Id
represents
a unique identifier for the object. The Label
can be used
by an application for display purposes.
All subclasses of MemberSetExpression
,
TupleSetExpression
, and InputReference
implement
this interface.
Method Summary | |
String |
getDescription()
A textual description of the object. |
String |
getId()
Unique Id of the object. |
String |
getLabel()
A caption that is associated with the object primarily for display purposes. |
void |
setDescription(String newValue)
A textual description of the object. |
void |
setId(String newValue)
Unique Id of the object. |
void |
setLabel(String newValue)
A caption that is associated with the object primarily for display purposes. |
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 String getId() throws javax.jmi.reflect.JmiException
Unique Id
of the object. The Id
is unique
within the scope of a connection. If the client application is using the
factory methods provided by IBIOlap
, object Ids
are generated by concatenating the class name with a six-digit number that
is continuously incremented for each new instance.
public void setId(String newValue) throws javax.jmi.reflect.JmiException
Unique Id
of the object. The Id
is unique
within the scope of a connection. If the client application is using the
factory methods provided by IBIOlap
, object Ids
are generated by concatenating the class name with a six-digit number that
is continuously incremented for each new instance.
public String getLabel() throws javax.jmi.reflect.JmiException
A caption that is associated with the object primarily for display purposes.
public void setLabel(String newValue) throws javax.jmi.reflect.JmiException
A caption that is associated with the object primarily for display purposes.
public String getDescription() throws javax.jmi.reflect.JmiException
A textual description of the object.
public void setDescription(String newValue) throws javax.jmi.reflect.JmiException
A textual description of the object.
|
SAP BI Java SDK | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |