net.sf.daileon.xml.items
Class DomainAnnotations

java.lang.Object
  extended by net.sf.daileon.xml.items.DomainAnnotations

public class DomainAnnotations
extends Object

The DomainAnnotations class represents the <domain-annotations> element of the XML configuration, indicated in the command line when Daileon is run. file.

Version:
1.0 01/01/2010
Author:
Roberto Perillo

Field Summary
private  List<String> annotatedClass
          The List<String> of classes containing domain annotations to be evaluated
 
Constructor Summary
DomainAnnotations()
           
 
Method Summary
 List<String> getAnnotatedClasses()
          Gets the List<String> of classes that are annotated with domain annotations to be evaluated.
 void setAnnotatedClasses(List<String> annotatedClass)
          Sets the List<String> of classes that are annotated with domain annotations to be evaluated.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

annotatedClass

private List<String> annotatedClass
The List<String> of classes containing domain annotations to be evaluated

Constructor Detail

DomainAnnotations

public DomainAnnotations()
Method Detail

getAnnotatedClasses

public List<String> getAnnotatedClasses()
Gets the List<String> of classes that are annotated with domain annotations to be evaluated.

Returns:
The List<String> of classes that are annotated with domain annotations to be evaluated.

setAnnotatedClasses

public void setAnnotatedClasses(List<String> annotatedClass)
Sets the List<String> of classes that are annotated with domain annotations to be evaluated.

Parameters:
annotatedClass - The List<String> of classes that are annotated with domain annotations to be evaluated.