edu.udo.cs.miningmart.m4.utils
Interface M4Table

All Known Implementing Classes:
Assertion, BaseAttribute, Case, Chain, Column, Columnset, ColumnsetStatistics, ColumnStatistics1, ColumnStatistics2, Concept, ConceptInheritance, Condition, Constraint, Coordinates, Docu, Feature, ForeignKey, GraphicalM4Object, Key, KeyMember, M4Data, MultiColumnFeature, Operator, OpParam, Parameter, ParameterObject, PrimaryKey, Projection, Relation, Step, Value

public interface M4Table

Version:
$Id: M4Table.java,v 1.4 2006/09/27 14:59:55 euler Exp $
Author:
Martin Scholz

Field Summary
static java.lang.String NOT_NULL
          This constant indicates that an attribute has a NOT NULL constraint.
 
Method Summary
 java.lang.String getIdAttributeName()
           
 M4Info getM4Info()
           
 java.lang.String getM4TableName()
           
 

Field Detail

NOT_NULL

static final java.lang.String NOT_NULL
This constant indicates that an attribute has a NOT NULL constraint.

See Also:
Constant Field Values
Method Detail

getM4TableName

java.lang.String getM4TableName()

getIdAttributeName

java.lang.String getIdAttributeName()

getM4Info

M4Info getM4Info()


Copyright © 2001-2005