public class FormatValueHandle extends StructureHandle
structContext
elementHandle
Constructor and Description |
---|
FormatValueHandle(DesignElementHandle element,
org.eclipse.birt.report.model.core.MemberRef context)
Deprecated.
|
FormatValueHandle(DesignElementHandle element,
org.eclipse.birt.report.model.core.StructureContext context)
Construct an handle to deal with the action structure.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCategory()
Returns the category of the format.
|
com.ibm.icu.util.ULocale |
getLocale()
Gets the locale of the format.
|
java.lang.String |
getPattern()
Returns the pattern of the format.
|
void |
setCategory(java.lang.String pattern)
Sets the category of the format.
|
void |
setLocale(com.ibm.icu.util.ULocale locale)
Sets the locale of the format.
|
void |
setPattern(java.lang.String value)
Sets the pattern of the format.
|
drop, getContext, getDefn, getExpressionProperty, getExternalizedValue, getExternalizedValue, getIntProperty, getMember, getProperty, getPropertyDefn, getStringProperty, getStructure, isDesignTime, isLocal, iterator, setDesignTime, setExpressionProperty, setProperty, setPropertySilently
getReference
getDesign, getElement, getElementHandle, getModule
public FormatValueHandle(DesignElementHandle element, org.eclipse.birt.report.model.core.StructureContext context)
element
- the element that defined the action.context
- context to the format value property.public FormatValueHandle(DesignElementHandle element, org.eclipse.birt.report.model.core.MemberRef context)
element
- the element that defined the action.context
- context to the format value propertypublic java.lang.String getCategory()
public void setCategory(java.lang.String pattern) throws SemanticException
pattern
- the category of the formatSemanticException
- if pattern
is not one of the BIRT defined.public java.lang.String getPattern()
public void setPattern(java.lang.String value)
value
- the pattern of the formatpublic void setLocale(com.ibm.icu.util.ULocale locale) throws SemanticException
locale
- the locale of the format.SemanticException
public com.ibm.icu.util.ULocale getLocale()
Copyright © 2008 Actuate Corp. All rights reserved.