com.centrasite.control.registry.items.accessors
Class TelephoneNumberFormatter

java.lang.Object
  extended by com.centrasite.control.registry.items.accessors.TelephoneNumberFormatter

public class TelephoneNumberFormatter
extends java.lang.Object


Constructor Summary
TelephoneNumberFormatter()
           
 
Method Summary
static java.util.ArrayList getDisplayHeadings(java.util.Locale locale)
           
static java.util.ArrayList getMethodHeadings()
           
static java.lang.String getPropertyName()
           
static java.lang.String getValue(java.util.Iterator it, java.util.Locale locale)
           
static java.lang.String getValue(javax.xml.registry.infomodel.TelephoneNumber tn, java.util.Locale locale)
           
static java.util.Collection getValueItem(javax.xml.registry.infomodel.TelephoneNumber tn)
           
static java.util.Collection getValueItems(java.util.Iterator it)
           
static void setValue(TelephoneNumberItem tni, javax.xml.registry.infomodel.TelephoneNumber tn)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TelephoneNumberFormatter

public TelephoneNumberFormatter()
Method Detail

getPropertyName

public static java.lang.String getPropertyName()

getValue

public static java.lang.String getValue(javax.xml.registry.infomodel.TelephoneNumber tn,
                                        java.util.Locale locale)
                                 throws java.lang.Exception
Throws:
java.lang.Exception

getValue

public static java.lang.String getValue(java.util.Iterator it,
                                        java.util.Locale locale)
                                 throws java.lang.Exception
Throws:
java.lang.Exception

getValueItem

public static java.util.Collection getValueItem(javax.xml.registry.infomodel.TelephoneNumber tn)
                                         throws java.lang.Exception
Throws:
java.lang.Exception

getValueItems

public static java.util.Collection getValueItems(java.util.Iterator it)
                                          throws java.lang.Exception
Throws:
java.lang.Exception

setValue

public static void setValue(TelephoneNumberItem tni,
                            javax.xml.registry.infomodel.TelephoneNumber tn)
                     throws java.lang.Exception
Throws:
java.lang.Exception

getDisplayHeadings

public static java.util.ArrayList getDisplayHeadings(java.util.Locale locale)

getMethodHeadings

public static java.util.ArrayList getMethodHeadings()