org.omg.Security
Class AttributeType

java.lang.Object
  extended byorg.omg.Security.AttributeType
All Implemented Interfaces:
IDLEntity, java.io.Serializable

public final class AttributeType
extends java.lang.Object
implements IDLEntity

Generated from IDL definition of struct "AttributeType"

Author:
JacORB IDL compiler
See Also:
Serialized Form

Field Summary
 ExtensibleFamily attribute_family
           
 int attribute_type
           
 
Constructor Summary
AttributeType()
           
AttributeType(ExtensibleFamily attribute_family, int attribute_type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

attribute_family

public ExtensibleFamily attribute_family

attribute_type

public int attribute_type
Constructor Detail

AttributeType

public AttributeType()

AttributeType

public AttributeType(ExtensibleFamily attribute_family,
                     int attribute_type)