org.drools.ide.common.client.modeldriven.dt52
Class MetadataCol52

java.lang.Object
  extended by org.drools.ide.common.client.modeldriven.dt52.DTColumnConfig52
      extended by org.drools.ide.common.client.modeldriven.dt52.MetadataCol52
All Implemented Interfaces:
Serializable, PortableObject

public class MetadataCol52
extends DTColumnConfig52

This is a rule metadata - eg @foo(bar) etc.

See Also:
Serialized Form

Constructor Summary
MetadataCol52()
           
 
Method Summary
 String getMetadata()
           
 void setMetadata(String metadata)
           
 
Methods inherited from class org.drools.ide.common.client.modeldriven.dt52.DTColumnConfig52
getDefaultValue, getWidth, isHideColumn, setDefaultValue, setHideColumn, setWidth
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MetadataCol52

public MetadataCol52()
Method Detail

getMetadata

public String getMetadata()

setMetadata

public void setMetadata(String metadata)


Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.