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

All Known Implementing Classes:
M4Data

public interface M4Table

Version:
$Id: M4Table.java,v 1.3 2006/04/11 14:10:10 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

public 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

public java.lang.String getM4TableName()

getIdAttributeName

public java.lang.String getIdAttributeName()

getM4Info

public M4Info getM4Info()


Copyright © 2001-2005