|
|||||||||||
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.DateTimeFormatValue
The format value for the data-time.
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 | |
DateTimeFormatValue()
|
Method Summary | |
StructureHandle |
getHandle(SimpleValueHandle valueHandle)
Return an FormatValueHandle to deal with the date-time
format. |
java.lang.String |
getStructName()
Returns the name of the structure definition. |
StructureHandle |
handle(SimpleValueHandle valueHandle,
int index)
Creates the specific handle of this structure. |
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 DateTimeFormatValue()
Method Detail |
public java.lang.String getStructName()
IStructure
public StructureHandle handle(SimpleValueHandle valueHandle, int index)
org.eclipse.birt.report.model.core.Structure
valueHandle
- the value handle of this structure list property this
structure is inindex
- the position of this structure in structure list
public StructureHandle getHandle(SimpleValueHandle valueHandle)
FormatValueHandle
to deal with the date-time
format.
valueHandle
- the property or member handle
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |