|
||||||||||
| 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
org.eclipse.birt.report.model.api.elements.structures.NumberFormatValue
public class NumberFormatValue
The format value for the number like integer, float, etc.
| Field Summary | |
|---|---|
static java.lang.String |
FORMAT_VALUE_STRUCT
Name of this structure. |
| Fields inherited from class org.eclipse.birt.report.model.api.elements.structures.FormatValue |
|---|
CATEGORY_MEMBER, PATTERN_MEMBER |
| Constructor Summary | |
|---|---|
NumberFormatValue()
|
|
| Method Summary | |
|---|---|
StructureHandle |
getHandle(SimpleValueHandle valueHandle)
Return an FormatValueHandle to deal with the number
format. |
java.lang.String |
getStructName()
Returns the name of the structure definition. |
StructureHandle |
handle(SimpleValueHandle valueHandle,
int index)
|
| Methods inherited from class org.eclipse.birt.report.model.api.elements.structures.FormatValue |
|---|
getCategory, getIntrinsicProperty, getPattern, setCategory, setIntrinsicProperty, setPattern, toString |
| Methods inherited from class org.eclipse.birt.report.model.core.Structure |
|---|
copy, equals, getContext, getDefn, getElement, getHandle, getListMemberRef, getLocalProperty, getLocalProperty, getObjectDefn, getProperty, getProperty, getReferencableProperty, isDesignTime, isReferencable, setContext, setProperty, setProperty, 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
| Constructor Detail |
|---|
public NumberFormatValue()
| Method Detail |
|---|
public java.lang.String getStructName()
IStructure
public StructureHandle handle(SimpleValueHandle valueHandle,
int index)
handle in class org.eclipse.birt.report.model.core.Structurepublic StructureHandle getHandle(SimpleValueHandle valueHandle)
FormatValueHandle to deal with the number
format.
getHandle in class org.eclipse.birt.report.model.core.StructurevalueHandle - the property or member handle
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||