com.softwareag.centrasite.appl.framework.beans.standard.impl
Class SupportType

java.lang.Object
  extended by com.softwareag.centrasite.appl.framework.beans.standard.impl.SupportType

public class SupportType
extends java.lang.Object


Constructor Summary
SupportType(java.lang.Object value)
           
 
Method Summary
 java.lang.Object getActualSupportTypeObject()
           
 boolean isCSAFSupportType()
          Checks if the the given value is one of the JAXR support types ( TelephoneNumber, PostaAddress ... etc)
 boolean isJAXRSupportType()
          Checks if the the given value is one of the JAXR support types ( TelephoneNumber, PostaAddress ... etc)
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SupportType

public SupportType(java.lang.Object value)
Method Detail

isJAXRSupportType

public boolean isJAXRSupportType()
Checks if the the given value is one of the JAXR support types ( TelephoneNumber, PostaAddress ... etc)

Returns:
boolean

isCSAFSupportType

public boolean isCSAFSupportType()
Checks if the the given value is one of the JAXR support types ( TelephoneNumber, PostaAddress ... etc)

Returns:
boolean

getActualSupportTypeObject

public java.lang.Object getActualSupportTypeObject()