|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.ipdr.xdr.AttributeDescriptor
public class AttributeDescriptor
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 |
|---|
public java.lang.String attributeName_
public int typeCode_
public int maxLength_
| Constructor Detail |
|---|
public AttributeDescriptor(java.lang.String name,
int code,
int len)
name - Attribute namecode - Attribute typelen - Attribute max length
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||