org.omg.CosCollection
Class ElementInvalidReason
java.lang.Object
org.omg.CosCollection.ElementInvalidReason
- All Implemented Interfaces:
- java.io.Serializable, IDLEntity
public final class ElementInvalidReason
- extends java.lang.Object
- implements IDLEntity
Generated from IDL enum "ElementInvalidReason".
- Version:
- generated at Dec 2, 2008 2:43:20 PM
- Author:
- JacORB IDL compiler V 2.3.0 (JBoss patch 5), 06-Jun-2007
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
_element_type_invalid
public static final int _element_type_invalid
- See Also:
- Constant Field Values
element_type_invalid
public static final ElementInvalidReason element_type_invalid
_positioning_property_invalid
public static final int _positioning_property_invalid
- See Also:
- Constant Field Values
positioning_property_invalid
public static final ElementInvalidReason positioning_property_invalid
_element_exists
public static final int _element_exists
- See Also:
- Constant Field Values
element_exists
public static final ElementInvalidReason element_exists
ElementInvalidReason
protected ElementInvalidReason(int i)
value
public int value()
from_int
public static ElementInvalidReason from_int(int value)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object