org.ipdr.xdr
Class AttributeDescriptor

java.lang.Object
  extended by org.ipdr.xdr.AttributeDescriptor
Direct Known Subclasses:
CompositeAttributeDescriptor

public class AttributeDescriptor
extends java.lang.Object

This class is used for creating an Attribute Descriptor.


Field Summary
 java.lang.String attributeName_
          String to store the Attribute Name.
 int maxLength_
          Int to store the Attribute Max Length.
 int typeCode_
          Int to store the Attribute Type Code.
 
Constructor Summary
AttributeDescriptor(java.lang.String name, int code, int len)
          Constructor that sets the name, type and max length.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

attributeName_

public java.lang.String attributeName_
String to store the Attribute Name.


typeCode_

public int typeCode_
Int to store the Attribute Type Code.


maxLength_

public int maxLength_
Int to store the Attribute Max Length.

Constructor Detail

AttributeDescriptor

public AttributeDescriptor(java.lang.String name,
                           int code,
                           int len)
Constructor that sets the name, type and max length.

Parameters:
name - Attribute name
code - Attribute type
len - Attribute max length