Class AttributeMode

java.lang.Object
com.sun.org.omg.CORBA.AttributeMode
All Implemented Interfaces:
Serializable, IDLEntity

public class AttributeMode extends Object implements IDLEntity
com/sun/org/omg/CORBA/AttributeMode.java Generated by the IDL-to-Java compiler (portable), version "3.0" from ir.idl Thursday, May 6, 1999 1:51:50 AM PDT
See Also:
  • Field Details

    • __value

      private int __value
    • __size

      private static int __size
    • __array

      private static AttributeMode[] __array
    • _ATTR_NORMAL

      public static final int _ATTR_NORMAL
      See Also:
    • ATTR_NORMAL

      public static final AttributeMode ATTR_NORMAL
    • _ATTR_READONLY

      public static final int _ATTR_READONLY
      See Also:
    • ATTR_READONLY

      public static final AttributeMode ATTR_READONLY
  • Constructor Details

    • AttributeMode

      protected AttributeMode(int value)
  • Method Details

    • value

      public int value()
    • from_int

      public static AttributeMode from_int(int value)