com.tszadel.qctools4j.model
Annotation Type QcTable


@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface QcTable

Description of a QC table.

Author:
tszadel

Required Element Summary
 String name
          Returns the name of the table in the database.
 

Element Detail

name

public abstract String name
Returns the name of the table in the database.

Returns:
the name of the table in the database.