|
Components |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MetadataEntityInterface
A base interace with all the common methods for the Metadata object.
Method Summary | |
---|---|
java.util.Date |
getCreationDateTime()
Get the creation date of this object |
java.lang.String |
getDescription()
get the description of this object |
java.lang.String |
getLabel()
Get the label/caption for this metadata object |
MetadataInterface |
getMetadata()
Returns an instance of the MetadataInterface that is associated with this cube. |
java.lang.String |
getName()
Get the Name of this object |
java.lang.String |
getUniqueName()
Get the Unique name of this object |
java.util.Date |
getUpdateDateTime()
Get the last update/modified date time for this object |
Method Detail |
---|
java.lang.String getName() throws OLAPException
OLAPException
java.lang.String getUniqueName() throws OLAPException
OLAPException
java.lang.String getLabel() throws OLAPException
OLAPException
java.lang.String getDescription() throws OLAPException
OLAPException
java.util.Date getCreationDateTime() throws OLAPException
OLAPException
java.util.Date getUpdateDateTime() throws OLAPException
OLAPException
MetadataInterface getMetadata() throws OLAPException
OLAPException
- if a database error occurs
|
Components |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |