com.dynalivery.harmoni
Class GatewayServiceType

java.lang.Object
  |
  +--com.dynalivery.harmoni.GatewayServiceType

public final class GatewayServiceType
extends java.lang.Object
implements org.omg.CORBA.portable.IDLEntity

See Also:
Serialized Form

Field Summary
static int _API
           
static int _CONFIG
           
static int _FTP
           
static int _LOAD_BALANCER
           
static GatewayServiceType API
           
static GatewayServiceType CONFIG
           
static GatewayServiceType FTP
           
static GatewayServiceType LOAD_BALANCER
           
 
Method Summary
static GatewayServiceType from_int(int i)
           
 int value()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_API

public static final int _API

_CONFIG

public static final int _CONFIG

_FTP

public static final int _FTP

_LOAD_BALANCER

public static final int _LOAD_BALANCER

API

public static final GatewayServiceType API

CONFIG

public static final GatewayServiceType CONFIG

FTP

public static final GatewayServiceType FTP

LOAD_BALANCER

public static final GatewayServiceType LOAD_BALANCER
Method Detail

value

public int value()

from_int

public static final GatewayServiceType from_int(int i)
                                         throws org.omg.CORBA.BAD_PARAM