|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MetaScheme
A scheme that combines related DataScheme
s.
E. g. a repair request (primary
DataScheme
) is made by a customer (secondary
DataScheme
).
MetaRecord
Method Summary | |
---|---|
DataColumn[] |
getColumns()
Returns the DataColumn s. |
DataScheme[] |
getDataSchemes()
Returns the associated DataScheme s. |
int |
getLength()
Returns the length (number of DataColumn s). |
java.lang.String |
getName()
Returns the name of the primary DataScheme |
Method Detail |
---|
int getLength()
DataColumn
s).
DataColumn[] getColumns()
DataColumn
s.
DataColumn
sDataScheme[] getDataSchemes()
DataScheme
s. The primary one
(e. g. repair requests) is the first one in the array.
DataScheme
sjava.lang.String getName()
DataScheme
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |