001 package org.omg.Security;
002
003
004 /**
005 * org/omg/Security/OptionsDirectionPair.java .
006 * Generated by the IDL-to-Java compiler (portable), version "3.2"
007 * from /home/iurt/rpm/BUILD/geronimo-spec-corba/src/main/idl/Security.idl
008 * Saturday, November 26, 2011 9:53:35 PM UTC
009 */
010
011 public final class OptionsDirectionPair implements org.omg.CORBA.portable.IDLEntity
012 {
013 public short options = (short)0;
014 public org.omg.Security.CommunicationDirection direction = null;
015
016 public OptionsDirectionPair ()
017 {
018 } // ctor
019
020 public OptionsDirectionPair (short _options, org.omg.Security.CommunicationDirection _direction)
021 {
022 options = _options;
023 direction = _direction;
024 } // ctor
025
026 } // class OptionsDirectionPair