tecgraf.openbus.core.v1_05.registry_service
Class AuthorizationType

java.lang.Object
  extended by tecgraf.openbus.core.v1_05.registry_service.AuthorizationType
All Implemented Interfaces:
Serializable, IDLEntity

public final class AuthorizationType
extends Object
implements IDLEntity

Generated from IDL enum "AuthorizationType".

Version:
generated at Jan 25, 2017 11:06:46 AM
Author:
JacORB IDL compiler V 3.8
See Also:
Serialized Form

Field Summary
static int _ATSystemDeployment
           
static int _ATUser
           
static AuthorizationType ATSystemDeployment
           
static AuthorizationType ATUser
           
 
Constructor Summary
protected AuthorizationType(int i)
           
 
Method Summary
static AuthorizationType from_int(int value)
           
 String toString()
           
 int value()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

_ATUser

public static final int _ATUser
See Also:
Constant Field Values

ATUser

public static final AuthorizationType ATUser

_ATSystemDeployment

public static final int _ATSystemDeployment
See Also:
Constant Field Values

ATSystemDeployment

public static final AuthorizationType ATSystemDeployment
Constructor Detail

AuthorizationType

protected AuthorizationType(int i)
Method Detail

value

public int value()

from_int

public static AuthorizationType from_int(int value)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2017 Tecgraf/PUC-Rio. All rights reserved.