JRubik v0.6

es.aeat.eett.plugins.infoRubik.layout
Interface LeafReport

All Known Implementing Classes:
LeafReportImp

public interface LeafReport

Author:
f00992 TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Style - Code Templates

Field Summary
static java.lang.String CAPTION_JOB
           
static java.lang.String H_DIV
           
static java.lang.String LAYOUT
           
static java.lang.String NAME_JOB
           
static java.lang.String V_DIV
           
 
Method Summary
 java.lang.String getIDLeaf()
           
 java.util.List getJobsElements()
           
 java.util.List getJobsNames()
           
 org.jdom.Element getRootElement()
           
 boolean isFull()
           
 void removeAll(Report report)
           
 void removeChildren()
          remove conten;
 void setRootElement(org.jdom.Element rootElement)
           
 

Field Detail

H_DIV

public static final java.lang.String H_DIV
See Also:
Constant Field Values

V_DIV

public static final java.lang.String V_DIV
See Also:
Constant Field Values

LAYOUT

public static final java.lang.String LAYOUT

NAME_JOB

public static final java.lang.String NAME_JOB
See Also:
Constant Field Values

CAPTION_JOB

public static final java.lang.String CAPTION_JOB
See Also:
Constant Field Values
Method Detail

getIDLeaf

public java.lang.String getIDLeaf()
Returns:
String

removeChildren

public void removeChildren()
remove conten;


getRootElement

public org.jdom.Element getRootElement()
Returns:
Returns the rootElement.

getJobsNames

public java.util.List getJobsNames()
Returns:
Returns the jobsNames.

getJobsElements

public java.util.List getJobsElements()
Returns:
Returns the jobsElements.

setRootElement

public void setRootElement(org.jdom.Element rootElement)
Parameters:
rootElement -

removeAll

public void removeAll(Report report)

isFull

public boolean isFull()

JRubik v0.6

JRubik v0.6