|
|||||||||||
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.ParameterFormatValue
Represents the format for the default value of scalar parameter.
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 | |
ParameterFormatValue()
|
Method Summary | |
StructureHandle |
getHandle(SimpleValueHandle valueHandle)
Return an FormatValueHandle to deal with the parameter
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 ParameterFormatValue()
Method Detail |
public java.lang.String getStructName()
IStructure
public StructureHandle handle(SimpleValueHandle valueHandle, int index)
public StructureHandle getHandle(SimpleValueHandle valueHandle)
FormatValueHandle
to deal with the parameter
format.
valueHandle
- the property or member handle
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |