|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.birt.report.model.core.Structure
org.eclipse.birt.report.model.api.elements.structures.FormatValue
public class FormatValue
The abstract value for the format of string, data-time and number.
Field Summary | |
---|---|
static java.lang.String |
CATEGORY_MEMBER
Name of the config variable category member. |
static java.lang.String |
FORMAT_VALUE_STRUCT
Name of the format value structure. |
static java.lang.String |
LOCALE_MEMBER
Name of the config variable locale member. |
static java.lang.String |
PATTERN_MEMBER
Name of the config variable pattern member. |
Constructor Summary | |
---|---|
FormatValue()
|
Method Summary | |
---|---|
java.lang.String |
getCategory()
Returns the variable name. |
StructureHandle |
getHandle(SimpleValueHandle valueHandle)
|
protected java.lang.Object |
getIntrinsicProperty(java.lang.String memberName)
|
com.ibm.icu.util.ULocale |
getLocale()
Gets the ULocale. |
java.lang.String |
getPattern()
Returns the variable value. |
java.lang.String |
getStructName()
Returns the name of the structure definition. |
protected StructureHandle |
handle(SimpleValueHandle valueHandle,
int index)
|
void |
setCategory(java.lang.String name)
Sets the variable name. |
protected void |
setIntrinsicProperty(java.lang.String memberName,
java.lang.Object value)
|
void |
setLocale(com.ibm.icu.util.ULocale value)
Sets the ULocale. |
void |
setPattern(java.lang.String value)
Sets the variable value. |
java.lang.String |
toString()
|
Methods inherited from class org.eclipse.birt.report.model.core.Structure |
---|
checkStringMember, copy, equals, getCompatibleValue, getContext, getDefn, getElement, getExpressionProperty, getHandle, getLocalProperty, getLocalProperty, getMemberDefn, getObjectDefn, getProperty, getProperty, getReferencableProperty, getStringProperty, isDesignTime, isReferencable, setContext, setExpressionProperty, setProperty, setProperty, setupContext, updateReference, validate |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String FORMAT_VALUE_STRUCT
public static final java.lang.String CATEGORY_MEMBER
public static final java.lang.String PATTERN_MEMBER
public static final java.lang.String LOCALE_MEMBER
Constructor Detail |
---|
public FormatValue()
Method Detail |
---|
protected java.lang.Object getIntrinsicProperty(java.lang.String memberName)
getIntrinsicProperty
in class org.eclipse.birt.report.model.core.Structure
protected void setIntrinsicProperty(java.lang.String memberName, java.lang.Object value)
setIntrinsicProperty
in class org.eclipse.birt.report.model.core.Structure
public java.lang.String getCategory()
public void setCategory(java.lang.String name)
name
- the name to setpublic java.lang.String getPattern()
public void setPattern(java.lang.String value)
value
- the value to setpublic com.ibm.icu.util.ULocale getLocale()
public void setLocale(com.ibm.icu.util.ULocale value)
value
- the value of the ULocale.public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String getStructName()
IStructure
protected StructureHandle handle(SimpleValueHandle valueHandle, int index)
handle
in class org.eclipse.birt.report.model.core.Structure
public StructureHandle getHandle(SimpleValueHandle valueHandle)
getHandle
in class org.eclipse.birt.report.model.core.Structure
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |