org.jacorb.demo.unions
Class colorT
java.lang.Object
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 03-Nov-2015 12:36:16
- Author:
- JacORB IDL compiler V 3.7
- See Also:
- Serialized Form
|
Constructor Summary |
protected |
colorT(int i)
|
_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
colorT
protected colorT(int i)
value
public int value()
from_int
public static colorT from_int(int value)
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2015 JacORB. All rights reserved.