|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectedu.udo.cs.miningmart.m4.utils.M4Info
public class M4Info
| Constructor Summary | |
|---|---|
M4Info(java.util.Collection m4e)
|
|
M4Info(M4InfoEntry[] m4e)
|
|
| Method Summary | |
|---|---|
M4InfoEntry |
getInfo(java.lang.String dbAttribute)
Getter method for a database attribute info object |
java.util.Collection |
getInfos()
Getter method |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public M4Info(M4InfoEntry[] m4e)
m4e - an array of M4InfoEntry objects in an order
that allows to load the objects correctlypublic M4Info(java.util.Collection m4e)
m4e - a Collection of M4InfoEntry objects in
an order that allows to load the objects correctly| Method Detail |
|---|
public java.util.Collection getInfos()
Collection of M4InfoEntry objectspublic M4InfoEntry getInfo(java.lang.String dbAttribute)
dbAttribute - the name of a database attribute
M4InfoEntry corresponding to the attribute name
specified, or null if no such info object exitsts for that name.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||