|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
com.essbase.eas.essbase.defs.OutlineProperties
public class OutlineProperties
implements all of the properties of an outline. These can be broken down into several subsets: outline information, generation names, level names, and attribute specifications.
| Nested Class Summary | |
|---|---|
static class |
OutlineProperties.ArtificialNameDeprecated. this inner class is deprecated. |
static class |
OutlineProperties.AttributeSpecificationsinner class used for attribute specifications for this outline. |
| Constructor Summary | |
|---|---|
OutlineProperties() |
|
| Method Summary | |
|---|---|
void |
addAliastTable(java.lang.String value) |
void |
addGeneration(java.lang.String dimension, int number, java.lang.String name) |
void |
addGeneration(java.lang.String dimension, int number, java.lang.String name, boolean unique)creates a defined generation object and adds it to the collection of generations. |
void |
addLevel(java.lang.String dimension, int number, java.lang.String name) |
void |
addLevel(java.lang.String dimension, int number, java.lang.String name, boolean unique)creates a defined level object and adds it to the collection of levels. |
void |
changeGenerationNumber(ImposedName value, int newNumber)changes the "number of a defined generation. |
void |
changeGenerationNumber(java.lang.String dimension, int number, int newNumber)changes the "number" of a defined generation. |
void |
changeLevelNumber(ImposedName value, int newNumber)changes the "number" of a defined level |
void |
changeLevelNumber(java.lang.String dimension, int number, int newNumber)changes the "number" of a defined level |
void |
clearAliasTables() |
void |
clearGenerations()empties the collection of generation objects. |
void |
clearLevels()empties the collection of level objects. |
java.lang.String[] |
getAliasTables() |
OutlineProperties.AttributeSpecifications |
getAttributeSpecifications() |
boolean |
getAutoConfigure() |
boolean |
getCaseSensitive() |
DefinedGeneration[] |
getDefinedGenerations()returns an array of DefinedGeneration objects representing all of the named generations for this this outline. |
DefinedLevel[] |
getDefinedLevels()returns an array of DefinedLevel objects representing all of the named levels for this this outline. |
OutlineProperties.ArtificialName[] |
getGenerations()Deprecated. replaced by getDefinedGenerations() |
OutlineProperties.ArtificialName[] |
getLevels()Deprecated. replaced by getDefinedLevels() |
short |
getOutlineType() |
java.lang.String |
getOutlineTypeAsString() |
void |
removeGeneration(ImposedName value)removes a generation from the collection of defined generations. |
void |
removeGeneration(java.lang.String dimension, int number)removes a generation from the set of defined generations. |
void |
removeLevel(ImposedName value)removes a level from the collection of defined levels. |
void |
removeLevel(java.lang.String dimension, int number)removes a level from the collection of defined levels. |
void |
renameGeneration(ImposedName value, java.lang.String newName)renames a generation in the collection of defined generations |
void |
renameGeneration(java.lang.String dimension, int number, java.lang.String newName)renames a generation in the set of defined generations. |
void |
renameLevel(ImposedName value, java.lang.String newName)renames a level in the collection of defined levels |
void |
renameLevel(java.lang.String dimension, int number, java.lang.String newName)renames a level in the collection of defined levels. |
void |
setAutoConfigure(boolean value) |
void |
setCaseSensitive(boolean value) |
void |
setOutlineType(short value) |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public OutlineProperties()
| Method Detail |
|---|
public boolean getCaseSensitive()
public void setCaseSensitive(boolean value)
public short getOutlineType()
public java.lang.String getOutlineTypeAsString()
public void setOutlineType(short value)
public boolean getAutoConfigure()
public void setAutoConfigure(boolean value)
public void addAliastTable(java.lang.String value)
public void addGeneration(java.lang.String dimension,
int number,
java.lang.String name)
public void addGeneration(java.lang.String dimension,
int number,
java.lang.String name,
boolean unique)
dimension - the dimension containing the generationnumber - the generation's numbername - the generation's name
public void addLevel(java.lang.String dimension,
int number,
java.lang.String name)
public void addLevel(java.lang.String dimension,
int number,
java.lang.String name,
boolean unique)
dimension - the dimension containing the levelnumber - the level's numbername - the level's name
public void removeGeneration(java.lang.String dimension,
int number)
dimension - the dimension containing the generationnumber - the generation's numberpublic void removeGeneration(ImposedName value)
value - an ImposedName representing the generation
public void removeLevel(java.lang.String dimension,
int number)
dimension - the dimension containing the levelnumber - the level's numberpublic void removeLevel(ImposedName value)
value - an ImposedName representing the level
public void renameGeneration(java.lang.String dimension,
int number,
java.lang.String newName)
dimension - the dimension containing the generationnumber - the generation's numbernewName - the generation's new name.
public void renameGeneration(ImposedName value,
java.lang.String newName)
value - an ImposedName object representing the generation to changenewName - the generation's new name.
public void renameLevel(java.lang.String dimension,
int number,
java.lang.String newName)
dimension - the dimension containing the levelnumber - the level's numbernewName - the level's new name
public void renameLevel(ImposedName value,
java.lang.String newName)
value - an ImposedName object representing the level to changenewName - the level's new name.
public void changeGenerationNumber(java.lang.String dimension,
int number,
int newNumber)
dimension - the dimension containing the generationnumber - the old number of the generationnewNumber - the new number of the generation
public void changeGenerationNumber(ImposedName value,
int newNumber)
value - an ImposedName object representing the generationnewNumber - the new number of the generation
public void changeLevelNumber(java.lang.String dimension,
int number,
int newNumber)
dimension - the dimension containing the levelnumber - the old number of the levelnewNumber - the new number of the level
public void changeLevelNumber(ImposedName value,
int newNumber)
value - an ImposedName object representing the levelnewNumber - the new number of the levelpublic void clearGenerations()
public void clearLevels()
public void clearAliasTables()
public java.lang.String[] getAliasTables()
public OutlineProperties.AttributeSpecifications getAttributeSpecifications()
public OutlineProperties.ArtificialName[] getGenerations()
public DefinedGeneration[] getDefinedGenerations()
addGeneration(java.lang.String, int, java.lang.String), renameGeneration(java.lang.String, int, java.lang.String), removeGeneration(java.lang.String, int), changeGenerationNumber(java.lang.String, int, int)public OutlineProperties.ArtificialName[] getLevels()
public DefinedLevel[] getDefinedLevels()
addLevel(java.lang.String, int, java.lang.String), renameLevel(java.lang.String, int, java.lang.String), removeLevel(java.lang.String, int), changeLevelNumber(java.lang.String, int, int)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||