Sonic ESB API

com.sonicsw.esb.mgmtapi.config
Class IAddress.AddressType

java.lang.Object
  extended by com.sonicsw.esb.mgmtapi.config.IAddress.AddressType
Enclosing interface:
IAddress

public static class IAddress.AddressType
extends java.lang.Object


Method Summary
static IAddress.AddressType fromInt(int value)
          Lookup the AddressType enumeration value from the integer constant.
static IAddress.AddressType fromString(java.lang.String name)
          Lookup the AddressType enumeration value from the name.
 int getNumericType()
           
 java.lang.String getTypeName()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getTypeName

public java.lang.String getTypeName()

getNumericType

public int getNumericType()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

fromString

public static IAddress.AddressType fromString(java.lang.String name)
Lookup the AddressType enumeration value from the name.

Parameters:
name - the type name
Returns:
the enumeration or null if the name is unknown
See Also:
XQConstants.ADDRESS_STRING_PROCESS, XQConstants.ADDRESS_STRING_SERVICE, XQConstants.ADDRESS_STRING_ENDPOINT, XQConstants.ADDRESS_STRING_REPLY_TO

fromInt

public static IAddress.AddressType fromInt(int value)
Lookup the AddressType enumeration value from the integer constant.

Parameters:
name - the type name
Returns:
the enumeration or null if the integer is unknown
See Also:
XQConstants.ADDRESS_PROCESS, XQConstants.ADDRESS_SERVICE, XQConstants.ADDRESS_ENDPOINT, XQConstants.ADDRESS_REPLY_TO

Sonic ESB API

Copyright © 2001-2013 Aurea, Inc. All Rights Reserved.
HTML formatted on 29-April-2013.