org.rhq.core.clientapi.util.units
Class FormattedNumber

java.lang.Object
  extended by org.rhq.core.clientapi.util.units.FormattedNumber
All Implemented Interfaces:
Serializable

public class FormattedNumber
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
static String DEFAULT_SEPARATOR
           
 
Constructor Summary
FormattedNumber(String value, String tag)
           
FormattedNumber(String value, String tag, String separator)
           
 
Method Summary
 String getTag()
           
 String getValue()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

DEFAULT_SEPARATOR

public static final String DEFAULT_SEPARATOR
See Also:
Constant Field Values
Constructor Detail

FormattedNumber

public FormattedNumber(String value,
                       String tag)

FormattedNumber

public FormattedNumber(String value,
                       String tag,
                       String separator)
Method Detail

getValue

public String getValue()

getTag

public String getTag()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2008-2009 Red Hat, Inc.. All Rights Reserved.