|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
com.essbase.eas.essbase.defs.ImposedName
public abstract class ImposedName
implements an abstract base class that represents generation and level names in an outline.
DefinedGeneration, DefinedLevel| Field Summary | |
|---|---|
protected java.lang.String |
dimensionidentifies the outline dimension this imposed name is assigned to |
protected java.lang.String |
nameidentifies the name value of this imposed name |
protected int |
numberidentifies the "level/generation" number associated with this instance |
protected boolean |
supportsUniqueidentifies whether the unique flag should be looked at |
protected boolean |
uniqueidentifies whether this "level/generation" restricts members to be unique |
| Constructor Summary | |
|---|---|
protected |
ImposedName()creates an ImposedName with no set values |
protected |
ImposedName(java.lang.String dimension, int number, java.lang.String name)creates an ImposedName with specific values. |
protected |
ImposedName(java.lang.String dimension, int number, java.lang.String name, boolean uniqueness)creates an ImposedName with specific values. |
| Method Summary | |
|---|---|
protected java.lang.Object |
clone() |
java.lang.String |
getDimension()Returns the dimension this ImposedName is associated with |
java.lang.String |
getName()Returns the name of this ImposedName |
int |
getNumber()Returns the level or generation number of this ImposedName |
boolean |
getUnique() |
void |
setDimension(java.lang.String value)Sets the dimension this ImposedName is associated with |
void |
setName(java.lang.String value)Sets the name for this ImposedName object |
void |
setNumber(int value)Sets the generation or level number of this ImposedName |
void |
setNumber(short value)sets the generation of level number of this ImposedName |
void |
setUnique(boolean uniqueness) |
boolean |
supportsUnique() |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.String dimension
protected java.lang.String name
protected int number
protected boolean unique
protected boolean supportsUnique
| Constructor Detail |
|---|
protected ImposedName()
protected ImposedName(java.lang.String dimension,
int number,
java.lang.String name)
dimension - the dimension to associate this ImposedName withnumber - the level (or generation) number for this ImposedNamename - the name given to this ImposedName
protected ImposedName(java.lang.String dimension,
int number,
java.lang.String name,
boolean uniqueness)
dimension - the dimension to associate this ImposedName withnumber - the level (or generation) number for this ImposedNamename - the name given to this ImposedName| Method Detail |
|---|
public java.lang.String getDimension()
dimension propertysetDimension(java.lang.String)public int getNumber()
number propertysetNumber(int)public java.lang.String getName()
name propertysetName(java.lang.String)public boolean getUnique()
public void setDimension(java.lang.String value)
value - the name of the dimension to associate this ImposedName withgetDimension()public void setNumber(int value)
value - the generation or level numbergetNumber()public void setNumber(short value)
value - the generation or level number.public void setName(java.lang.String value)
value - the new name for this ImposedName objectgetName()public void setUnique(boolean uniqueness)
uniqueness -public boolean supportsUnique()
protected java.lang.Object clone()
throws java.lang.CloneNotSupportedException
clone in class java.lang.Objectjava.lang.CloneNotSupportedException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||