|
|||||||||||
| 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
| Field Summary | |
static java.lang.String |
CATEGORY_MEMBER
Name of the config variable name member. |
static java.lang.String |
PATTERN_MEMBER
Name of the config variable value member. |
| Constructor Summary | |
FormatValue()
|
|
| Method Summary | |
java.lang.String |
getCategory()
Returns the variable name. |
protected java.lang.Object |
getIntrinsicProperty(java.lang.String memberName)
|
java.lang.String |
getPattern()
Returns the variable value. |
void |
setCategory(java.lang.String name)
Sets the variable name. |
protected void |
setIntrinsicProperty(java.lang.String memberName,
java.lang.Object value)
|
void |
setPattern(java.lang.String value)
Sets the variable value. |
| Methods inherited from class org.eclipse.birt.report.model.core.Structure |
copy, equals, getDefn, getHandle, getHandle, getLocalProperty, getLocalProperty, getObjectDefn, getProperty, getProperty, getReferencableProperty, handle, isDesignTime, isReferencable, setProperty, setProperty, validate |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.eclipse.birt.report.model.api.core.IStructure |
getStructName |
| Field Detail |
public static final java.lang.String CATEGORY_MEMBER
public static final java.lang.String PATTERN_MEMBER
| Constructor Detail |
public FormatValue()
| Method Detail |
protected java.lang.Object getIntrinsicProperty(java.lang.String memberName)
protected void setIntrinsicProperty(java.lang.String memberName,
java.lang.Object value)
public java.lang.String getCategory()
public void setCategory(java.lang.String name)
name - the name to setpublic java.lang.String getPattern()
public void setPattern(java.lang.String value)
value - the value to set
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||