|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface JavaNumberFormatSpecifier
A representation of the model object 'Java Number Format Specifier'. This type holds the java pattern for NumberFormat.
The following features are supported:
AttributePackage.getJavaNumberFormatSpecifier()
Method Summary | |
---|---|
JavaNumberFormatSpecifier |
copyInstance()
|
java.lang.String |
format(double dValue,
java.util.Locale lo)
Deprecated. |
java.lang.String |
format(double dValue,
com.ibm.icu.util.ULocale lo)
Formats a value using the internally defined format specifier rules |
double |
getMultiplier()
Returns the value of the 'Multiplier' attribute. |
java.lang.String |
getPattern()
Returns the value of the 'Pattern' attribute. |
boolean |
isSetMultiplier()
Returns whether the value of the ' Multiplier ' attribute is set. |
void |
setMultiplier(double value)
Sets the value of the ' Multiplier ' attribute. |
void |
setPattern(java.lang.String value)
Sets the value of the ' Pattern ' attribute. |
void |
unsetMultiplier()
Unsets the value of the ' Multiplier ' attribute. |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Method Detail |
---|
java.lang.String getPattern()
setPattern(String)
,
AttributePackage.getJavaNumberFormatSpecifier_Pattern()
void setPattern(java.lang.String value)
Pattern
' attribute.
value
- the new value of the 'Pattern' attribute.getPattern()
double getMultiplier()
isSetMultiplier()
,
unsetMultiplier()
,
setMultiplier(double)
,
AttributePackage.getJavaNumberFormatSpecifier_Multiplier()
void setMultiplier(double value)
Multiplier
' attribute.
value
- the new value of the 'Multiplier' attribute.isSetMultiplier()
,
unsetMultiplier()
,
getMultiplier()
void unsetMultiplier()
Multiplier
' attribute.
isSetMultiplier()
,
getMultiplier()
,
setMultiplier(double)
boolean isSetMultiplier()
Multiplier
' attribute is set.
unsetMultiplier()
,
getMultiplier()
,
setMultiplier(double)
java.lang.String format(double dValue, java.util.Locale lo)
dValue
-
java.lang.String format(double dValue, com.ibm.icu.util.ULocale lo)
dValue
-
JavaNumberFormatSpecifier copyInstance()
copyInstance
in interface FormatSpecifier
copyInstance
in interface IChartObject
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |