|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.ptc.core.ca.co.client.element.CoElementHandler
com.ptc.core.ca.co.client.property.CoPropertyHandler
com.ptc.core.ca.co.client.property.CoAbstractPropertyHandler
com.ptc.core.ca.co.client.property.CoSimplePropertyHandler
com.ptc.core.ca.co.client.property.real.CoRealPropertyHandler
@Deprecated public class CoRealPropertyHandler
This class defines property handler for the com.ptc.core.meta.common.FloatingPoint
attribute value type.
Supported API: true
Extendable: false
| Field Summary |
|---|
| Fields inherited from class com.ptc.core.ca.co.client.property.CoPropertyHandler |
|---|
ATTRIBUTE_TAG |
| Method Summary | |
|---|---|
String |
format(Object value,
Locale locale)
Deprecated. Format the specified floating point (or floating point with units) value, based upon the locale, into string form value. |
String |
format(String non_localized_string,
Locale locale)
Deprecated. Format the specified non-locale string value, based upon the locale, into locale formatted string form value. |
int |
getPrecision(String value)
Deprecated. For the specified string, get the precision character. |
String |
getUnits(Object value)
Deprecated. Get the units string from the specified FloatingPointWithUnits object. |
String |
getUnits(String value)
Deprecated. Get the units string from the specified string. |
FloatingPoint |
parse(String attr_value,
Locale locale)
Deprecated. For the specified string value, parse it into FloatingPoint value. |
FloatingPointWithUnits |
parseWithUnits(String attr_value,
Locale locale)
Deprecated. For the specified string value, parse it into FloatingPointWithUnits value. |
| Methods inherited from class com.ptc.core.ca.co.client.property.CoSimplePropertyHandler |
|---|
newModel, updateInstance |
| Methods inherited from class com.ptc.core.ca.co.client.property.CoAbstractPropertyHandler |
|---|
updateModel |
| Methods inherited from class com.ptc.core.ca.co.client.property.CoPropertyHandler |
|---|
updateModel |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public FloatingPoint parse(String attr_value,
Locale locale)
throws WTException
attr_value - locale -
WTException
public FloatingPointWithUnits parseWithUnits(String attr_value,
Locale locale)
throws WTException
attr_value - locale -
WTException
public String format(Object value,
Locale locale)
throws WTException
value - locale -
WTException
public String format(String non_localized_string,
Locale locale)
throws WTException
non_localized_string - locale -
WTExceptionpublic int getPrecision(String value)
value -
public String getUnits(String value)
value -
public String getUnits(Object value)
value -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||