|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectinfo.informatica.text.UnitParser
public class UnitParser
Parses a string that contains a number and an unit (e.g. "12cm").
| Constructor Summary | |
|---|---|
UnitParser(String value)
|
|
| Method Summary | |
|---|---|
String |
getUnitName()
Gets the unit name. |
String |
getUnparsedValue()
Gets the unparsed string containing this vale+unit. |
String |
getValue()
Gets the value, as a string. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public UnitParser(String value)
| Method Detail |
|---|
public String getUnparsedValue()
public String getValue()
public String getUnitName()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||