com.sonicsw.esb.mgmtapi.config
Class IAddress.AddressType
java.lang.Object
com.sonicsw.esb.mgmtapi.config.IAddress.AddressType
- Enclosing interface:
- IAddress
public static class IAddress.AddressType
- extends java.lang.Object
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
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
Copyright © 2001-2013 Aurea, Inc. All Rights Reserved.
HTML formatted on 29-April-2013.