001 package org.omg.Security;
002
003 /**
004 * Generated from IDL struct "OptionsDirectionPair".
005 *
006 * @author JacORB IDL compiler V 2.3.0 (JBoss patch 6), 06-Jun-2007
007 * @version generated at Sep 6, 2011 5:12:29 AM
008 */
009
010 public final class OptionsDirectionPair
011 implements org.omg.CORBA.portable.IDLEntity
012 {
013 public OptionsDirectionPair(){}
014 public short options;
015 public org.omg.Security.CommunicationDirection direction;
016 public OptionsDirectionPair(short options, org.omg.Security.CommunicationDirection direction)
017 {
018 this.options = options;
019 this.direction = direction;
020 }
021 }