com.tszadel.qctools4j.model
Annotation Type QcField


@Retention(value=RUNTIME)
@Target(value=FIELD)
public @interface QcField

Description of a QC Field.

Author:
tszadel

Required Element Summary
 String name
          Returns the name of the field in the database.
 
Optional Element Summary
 boolean custom
          Is the field a custom one?
 boolean readOnly
          Is the field read only?
 

Element Detail

name

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

Returns:
the name of the field in the database.

custom

public abstract boolean custom
Is the field a custom one?

Returns:
True if custom field, false (by default) otherwise.
Default:
false

readOnly

public abstract boolean readOnly
Is the field read only?

Returns:
True if read only, false (by default) otherwise.
Default:
false