org.jacorb.demo.unions
Class colorT

java.lang.Object
  extended by org.jacorb.demo.unions.colorT
All Implemented Interfaces:
Serializable, IDLEntity

public final class colorT
extends Object
implements IDLEntity

Generated from IDL enum "colorT".

Version:
generated at 20-Jul-2016 16:19:19
Author:
JacORB IDL compiler V 3.8
See Also:
Serialized Form

Field Summary
static int _black
           
static int _blue
           
static int _green
           
static int _red
           
static colorT black
           
static colorT blue
           
static colorT green
           
static colorT red
           
 
Constructor Summary
protected colorT(int i)
           
 
Method Summary
static colorT from_int(int value)
           
 String toString()
           
 int value()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

_green

public static final int _green
See Also:
Constant Field Values

green

public static final colorT green

_blue

public static final int _blue
See Also:
Constant Field Values

blue

public static final colorT blue

_red

public static final int _red
See Also:
Constant Field Values

red

public static final colorT red

_black

public static final int _black
See Also:
Constant Field Values

black

public static final colorT black
Constructor Detail

colorT

protected colorT(int i)
Method Detail

value

public int value()

from_int

public static colorT from_int(int value)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2016 JacORB. All rights reserved.