DODS 7.6 API

org.enhydra.dods.doml8.trans
Class ColumnDef

java.lang.Object
  extended by org.enhydra.dods.doml8.trans.ColumnDef

public class ColumnDef
extends java.lang.Object

Author:
Senka Cicvara

Field Summary
protected  boolean can_be_null
          can column be null
protected  java.lang.String db_type
          column database type
protected  boolean is_array
          is column used as array
protected  boolean is_constant
          is column constant
protected  boolean is_insecure
          This variable contains information whether the table column need unsecurity methods.
protected  boolean is_primary_key
          is column used as primary key
protected  boolean is_secure
          This variable contains information whether the table column need security methods.
protected  java.lang.String java_default_value
          column java default value, i.e initial vaue
protected  java.lang.String java_type
          column java type
protected  java.lang.String javadoc
          column javadoc
protected  java.lang.String name
          column name
protected  java.lang.String size
          column size
protected  boolean used_for_query
          is column use for query
 
Constructor Summary
ColumnDef(boolean is_secure, boolean is_insecure)
           
 
Method Summary
 java.lang.String getDb_type()
           
 java.lang.String getJava_default_value()
           
 java.lang.String getJava_type()
           
 java.lang.String getJavadoc()
           
 java.lang.String getName()
           
 java.lang.String getSize()
           
 boolean isCan_be_null()
           
 boolean isIs_array()
           
 boolean isIs_constant()
           
 boolean isIs_insecure()
           
 boolean isIs_primary_key()
           
 boolean isIs_secure()
           
 boolean isUsed_for_query()
           
 void setCan_be_null(boolean can_be_null)
           
 void setDb_type(java.lang.String db_type)
           
 void setIs_array(boolean is_array)
           
 void setIs_constant(boolean is_constant)
           
 void setIs_insecure(boolean is_insecure)
           
 void setIs_primary_key(boolean is_primary_key)
           
 void setIs_secure(boolean is_secure)
           
 void setJava_default_value(java.lang.String java_default_value)
           
 void setJava_type(java.lang.String java_type)
           
 void setJavadoc(java.lang.String javadoc)
           
 void setName(java.lang.String name)
           
 void setSize(java.lang.String size)
           
 void setUsed_for_query(boolean used_for_query)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

protected java.lang.String name
column name


is_constant

protected boolean is_constant
is column constant


javadoc

protected java.lang.String javadoc
column javadoc


db_type

protected java.lang.String db_type
column database type


java_type

protected java.lang.String java_type
column java type


java_default_value

protected java.lang.String java_default_value
column java default value, i.e initial vaue


used_for_query

protected boolean used_for_query
is column use for query


can_be_null

protected boolean can_be_null
can column be null


is_primary_key

protected boolean is_primary_key
is column used as primary key


size

protected java.lang.String size
column size


is_array

protected boolean is_array
is column used as array


is_secure

protected boolean is_secure
This variable contains information whether the table column need security methods.


is_insecure

protected boolean is_insecure
This variable contains information whether the table column need unsecurity methods.

Constructor Detail

ColumnDef

public ColumnDef(boolean is_secure,
                 boolean is_insecure)
Parameters:
is_secure -
is_insecure -
Method Detail

isCan_be_null

public boolean isCan_be_null()

setCan_be_null

public void setCan_be_null(boolean can_be_null)

getDb_type

public java.lang.String getDb_type()

setDb_type

public void setDb_type(java.lang.String db_type)

isIs_array

public boolean isIs_array()

setIs_array

public void setIs_array(boolean is_array)

isIs_constant

public boolean isIs_constant()

setIs_constant

public void setIs_constant(boolean is_constant)

isIs_insecure

public boolean isIs_insecure()

setIs_insecure

public void setIs_insecure(boolean is_insecure)

isIs_primary_key

public boolean isIs_primary_key()

setIs_primary_key

public void setIs_primary_key(boolean is_primary_key)

isIs_secure

public boolean isIs_secure()

setIs_secure

public void setIs_secure(boolean is_secure)

getJava_default_value

public java.lang.String getJava_default_value()

setJava_default_value

public void setJava_default_value(java.lang.String java_default_value)

getJava_type

public java.lang.String getJava_type()

setJava_type

public void setJava_type(java.lang.String java_type)

getJavadoc

public java.lang.String getJavadoc()

setJavadoc

public void setJavadoc(java.lang.String javadoc)

getName

public java.lang.String getName()

setName

public void setName(java.lang.String name)

getSize

public java.lang.String getSize()

setSize

public void setSize(java.lang.String size)

isUsed_for_query

public boolean isUsed_for_query()

setUsed_for_query

public void setUsed_for_query(boolean used_for_query)

DODS 7.6 API