oracle.express.mdm
Class MdmHierarchy
java.lang.Object
|
+--oracle.express.mdm.MdmObject
|
+--oracle.express.mdm.MdmSource
|
+--oracle.express.mdm.MdmDimension
|
+--oracle.express.mdm.MdmHierarchicalDimension
|
+--oracle.express.mdm.MdmHierarchy
Deprecated. As of Oracle9i, Release 2 (9.2.0.3), replaced by MdmHierarchy
.
- public abstract class MdmHierarchy
- extends MdmHierarchicalDimension
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UNION_HIERARCHY
public static final int UNION_HIERARCHY
- Deprecated. See
MdmAttribute
.
LEVEL_HIERARCHY
public static final int LEVEL_HIERARCHY
- Deprecated. See
MdmAttribute
.
VALUE_HIERARCHY
public static final int VALUE_HIERARCHY
- Deprecated. See
MdmAttribute
.
getHierarchyType
public abstract int getHierarchyType()
- Deprecated. See
MdmAttribute
.
acceptVisitor
public java.lang.Object acceptVisitor(MdmObjectVisitor visitor,
java.lang.Object context)
- Deprecated. See
MdmAttribute
.
-
- Overrides:
- acceptVisitor in class MdmObject
getMdmTags
public com.sun.java.util.collections.List getMdmTags()
- Deprecated. See
MdmAttribute
.
-
- Overrides:
- getMdmTags in class MdmObject
hasMdmTag
public boolean hasMdmTag(MdmTag tag)
- Deprecated. See
MdmAttribute
.
-
- Overrides:
- hasMdmTag in class MdmObject
Copyright © 2002, 2005, Oracle. All rights reserved.