public class FormatValueHandle extends StructureHandle
structContextelementHandle| 构造器和说明 |
|---|
FormatValueHandle(DesignElementHandle element,
org.eclipse.birt.report.model.core.MemberRef context)
已过时。
|
FormatValueHandle(DesignElementHandle element,
org.eclipse.birt.report.model.core.StructureContext context)
Construct an handle to deal with the action structure.
|
| 限定符和类型 | 方法和说明 |
|---|---|
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, setPropertySilentlygetReferencegetDesign, getElement, getElementHandle, getModulepublic 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.SemanticExceptionpublic com.ibm.icu.util.ULocale getLocale()
Copyright © 2008 Actuate Corp. All rights reserved.