org.omg.Security
Class DelegationDirective

java.lang.Object
  extended by org.omg.Security.DelegationDirective
All Implemented Interfaces:
Serializable, IDLEntity

public class DelegationDirective
extends Object
implements IDLEntity

org/omg/Security/DelegationDirective.java . Generated by the IDL-to-Java compiler (portable), version "3.2" from /builddir/build/BUILD/geronimo-specs-1.6/geronimo-spec-corba/src/main/idl/Security.idl Saturday, September 22, 2012 10:56:39 AM CEST

See Also:
Serialized Form

Field Summary
static int _Delegate
           
static int _NoDelegate
           
static DelegationDirective Delegate
           
static DelegationDirective NoDelegate
           
 
Constructor Summary
protected DelegationDirective(int value)
           
 
Method Summary
static DelegationDirective from_int(int value)
           
 int value()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_Delegate

public static final int _Delegate
See Also:
Constant Field Values

Delegate

public static final DelegationDirective Delegate

_NoDelegate

public static final int _NoDelegate
See Also:
Constant Field Values

NoDelegate

public static final DelegationDirective NoDelegate
Constructor Detail

DelegationDirective

protected DelegationDirective(int value)
Method Detail

value

public int value()

from_int

public static DelegationDirective from_int(int value)


Copyright © 2003-2012 Apache Software Foundation. All Rights Reserved.