org.pentaho.reporting.engine.classic.core.metadata.parser
Class GlobalMetaDefinition

java.lang.Object
  extended by org.pentaho.reporting.engine.classic.core.metadata.parser.GlobalMetaDefinition
All Implemented Interfaces:
Cloneable

public class GlobalMetaDefinition
extends Object
implements Cloneable

Todo: Document Me

Author:
Thomas Morgner

Constructor Summary
GlobalMetaDefinition()
           
 
Method Summary
 void addAttributeGroup(AttributeGroup group)
           
 void addStyleGroup(StyleGroup group)
           
 Object clone()
           
 AttributeGroup getAttributeGroup(String name)
           
 StyleGroup getStyleGroup(String name)
           
 void merge(GlobalMetaDefinition definition)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GlobalMetaDefinition

public GlobalMetaDefinition()
Method Detail

addAttributeGroup

public void addAttributeGroup(AttributeGroup group)

addStyleGroup

public void addStyleGroup(StyleGroup group)

getStyleGroup

public StyleGroup getStyleGroup(String name)

getAttributeGroup

public AttributeGroup getAttributeGroup(String name)

clone

public Object clone()
             throws CloneNotSupportedException
Overrides:
clone in class Object
Throws:
CloneNotSupportedException

merge

public void merge(GlobalMetaDefinition definition)