Enterprise Information Portal APIs

com.ibm.mm.sdk.common
Class DKAttributeDef

java.lang.Object
  |
  +--com.ibm.mm.sdk.common.DKAttributeDef
All Implemented Interfaces:
java.io.Serializable

public class DKAttributeDef
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
 java.lang.String attributeOf
           
 java.lang.String datastoreType
           
 short id
           
 java.lang.String name
           
 boolean nullable
           
 int precision
           
 int scale
           
 int size
           
 int stringType
           
 short type
           
 
Constructor Summary
DKAttributeDef(java.lang.String dsType, java.lang.String attrOf, java.lang.String attrName, short attrType, int attrSize, short attrId, boolean attrNullable, int attrPrecision, int attrScale, int attrStrType)
          Deprecated. Replace by DKAttrDefDL class
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

datastoreType

public java.lang.String datastoreType

attributeOf

public java.lang.String attributeOf

name

public java.lang.String name

type

public short type

size

public int size

id

public short id

nullable

public boolean nullable

precision

public int precision

scale

public int scale

stringType

public int stringType
Constructor Detail

DKAttributeDef

public DKAttributeDef(java.lang.String dsType,
                      java.lang.String attrOf,
                      java.lang.String attrName,
                      short attrType,
                      int attrSize,
                      short attrId,
                      boolean attrNullable,
                      int attrPrecision,
                      int attrScale,
                      int attrStrType)
Deprecated. Replace by DKAttrDefDL class

Construct attribute definition class

EIP Java APIs

(c) Copyright International Business Machines Corporation 1996, 2002. IBM Corp. All rights reserved.