|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ValueFormat
A representation of the model object 'Value Format'.
This object represents a format value used to set the custom format of a business object.
It is made of two parts:
FormatColor
enum. By default, it is AUTOMATIC
, which means no color is defined. The color is not saved in the string.The following features are supported:
Method Summary | |
---|---|
FormatColor |
getColor()
Returns the value of the 'Color' attribute. |
java.lang.String |
getFormat()
Returns the value of the 'Format' attribute. |
void |
setColor(FormatColor value)
Sets the value of the ' Color ' attribute. |
void |
setFormat(java.lang.String value)
Sets the value of the ' Format ' attribute. |
Method Detail |
---|
java.lang.String getFormat()
""
.
This string represents the format of the business object values.
setFormat(String)
void setFormat(java.lang.String value)
Format
' attribute.
This string represents the format of the business object values.
This string can be defined using any pattern provided by the BI Semantic Layer Java SDK, for example "MM-dd-yyyy". There is no incorrect format. The pattern identified is replaced with values. Other unrecognized patterns are considered as simple strings. The SDK does not throw any error in that case. Use single quotes to escape a pattern character. See the developer guide for the list of patterns.
value
- the new value of the 'Format' attribute.getFormat()
FormatColor getColor()
""
.
The literals are from the enumeration FormatColor
.
This object represents the color of the business object values.
FormatColor
,
setColor(FormatColor)
void setColor(FormatColor value)
Color
' attribute.
This object represents the color of the business object values.
value
- the new value of the 'Color' attribute.FormatColor
,
getColor()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |