|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
com.essbase.eas.essbase.defs.outline.DefaultAttributeSpecs
public class DefaultAttributeSpecs
default implementation of attribute specifications
| Constructor Summary | |
|---|---|
DefaultAttributeSpecs() |
|
| Method Summary | |
|---|---|
java.lang.String |
getAverage()gets the value used for the attribute calculations dimension average member name. |
BucketingType |
getBucketingType()gets the bucketing type performed during data load for this outline. |
java.lang.String |
getCalculationDimension()gets the value used for the attribute calculations dimension names. |
java.lang.String |
getCount()gets the value used for the attribute calculations dimension count member name. |
AttributeDateFormat |
getDateFormat()gets the format to use in date attribute members. |
java.lang.String |
getFalseText()gets the value used for boolean attributes to indicate false. |
LongNameConstructor |
getLongNameConstructor()returns how the outline constructs long names |
LongNameDelimiter |
getLongNameDelimiter()gets the delimiter used when constructing long names. |
LongNameSource |
getLongNameSource()returns how the outline determine's which members to use in constructing long names. |
java.lang.String |
getMaximum()gets the value used for the attribute calculations dimension maximum member name. |
java.lang.String |
getMinimum()gets the value used for the attribute calculations dimension minimum member name. |
java.lang.String |
getSum()gets the value used for the attribute calculations dimension sum member name. |
java.lang.String |
getTrueText()gets the value used for boolean attributes to indicate true. |
void |
setAverage(java.lang.String value)sets the value used for the attribute calculations dimension average member name. |
void |
setBucketingType(BucketingType value)sets the bucketing type performed during data load for this outline. |
void |
setCalculationDimension(java.lang.String value)sets the value used for the attribute calculations dimension name. |
void |
setCount(java.lang.String value)sets the value used for the attribute calculations dimension count member name. |
void |
setDateFormat(AttributeDateFormat value)sets the format to use in date attribute members. |
void |
setFalseText(java.lang.String value)sets the value used for boolean attributes to indicate false. |
void |
setLongNameConstructor(LongNameConstructor value)sets how the ouline's long names are constructed. |
void |
setLongNameDelimiter(LongNameDelimiter value)sets the delimiter to be used when constructing long names. |
void |
setLongNameSource(LongNameSource value)sets which outline member names are used in constructing a long name. |
void |
setMaximum(java.lang.String value)sets the value used for the attribute calculations dimension maximum member name. |
void |
setMinimum(java.lang.String value)sets the value used for the attribute calculations dimension minimum member name. |
void |
setSum(java.lang.String value)sets the value used for the attribute calculations dimension dum member name. |
void |
setTrueText(java.lang.String value)sets the value used for boolean attributes to indicate true. |
void |
updateFrom(AttributeSpecs s)updates the values in this DefaultSettings object to match a predefined set of values. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultAttributeSpecs()
| Method Detail |
|---|
public LongNameConstructor getLongNameConstructor()
AttributeSpecsgetLongNameConstructor in interface AttributeSpecspublic void setLongNameConstructor(LongNameConstructor value)
AttributeSpecssetLongNameConstructor in interface AttributeSpecspublic LongNameSource getLongNameSource()
AttributeSpecsgetLongNameSource in interface AttributeSpecspublic void setLongNameSource(LongNameSource value)
AttributeSpecssetLongNameSource in interface AttributeSpecspublic LongNameDelimiter getLongNameDelimiter()
AttributeSpecsgetLongNameDelimiter in interface AttributeSpecspublic void setLongNameDelimiter(LongNameDelimiter value)
AttributeSpecssetLongNameDelimiter in interface AttributeSpecspublic AttributeDateFormat getDateFormat()
AttributeSpecsgetDateFormat in interface AttributeSpecspublic void setDateFormat(AttributeDateFormat value)
AttributeSpecssetDateFormat in interface AttributeSpecspublic BucketingType getBucketingType()
AttributeSpecsgetBucketingType in interface AttributeSpecspublic void setBucketingType(BucketingType value)
AttributeSpecssetBucketingType in interface AttributeSpecspublic java.lang.String getTrueText()
AttributeSpecsgetTrueText in interface AttributeSpecspublic void setTrueText(java.lang.String value)
AttributeSpecssetTrueText in interface AttributeSpecspublic java.lang.String getFalseText()
AttributeSpecsgetFalseText in interface AttributeSpecspublic void setFalseText(java.lang.String value)
AttributeSpecssetFalseText in interface AttributeSpecspublic java.lang.String getCalculationDimension()
AttributeSpecsgetCalculationDimension in interface AttributeSpecspublic void setCalculationDimension(java.lang.String value)
AttributeSpecssetCalculationDimension in interface AttributeSpecspublic java.lang.String getSum()
AttributeSpecsgetSum in interface AttributeSpecspublic void setSum(java.lang.String value)
AttributeSpecssetSum in interface AttributeSpecspublic java.lang.String getCount()
AttributeSpecsgetCount in interface AttributeSpecspublic void setCount(java.lang.String value)
AttributeSpecssetCount in interface AttributeSpecspublic java.lang.String getAverage()
AttributeSpecsgetAverage in interface AttributeSpecspublic void setAverage(java.lang.String value)
AttributeSpecssetAverage in interface AttributeSpecspublic java.lang.String getMinimum()
AttributeSpecsgetMinimum in interface AttributeSpecspublic void setMinimum(java.lang.String value)
AttributeSpecssetMinimum in interface AttributeSpecspublic java.lang.String getMaximum()
AttributeSpecsgetMaximum in interface AttributeSpecspublic void setMaximum(java.lang.String value)
AttributeSpecssetMaximum in interface AttributeSpecspublic void updateFrom(AttributeSpecs s)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||