com.ca.commons.datamodel.annotations
Annotation Type ModelClass


@Target(value=TYPE)
@Retention(value=SOURCE)
public @interface ModelClass


Required Element Summary
 String namespace
          The name of the Data Model namespace to put this class in.
 
Optional Element Summary
 BooleanMd[] booleanMd
           
 ClassMd[] classMd
           
 String[] dmExtends
           
 IntMd[] intMd
           
 StringMd[] stringMd
           
 

Element Detail

namespace

public abstract String namespace
The name of the Data Model namespace to put this class in.

dmExtends

public abstract String[] dmExtends
Default:
{}

stringMd

public abstract StringMd[] stringMd
Default:
{}

intMd

public abstract IntMd[] intMd
Default:
{}

booleanMd

public abstract BooleanMd[] booleanMd
Default:
{}

classMd

public abstract ClassMd[] classMd
Default:
{}


Created 2011-07-14 13:27 EST