org.mule.common.metadata.property
Class LabelMetaDataProperty

java.lang.Object
  extended by org.mule.common.metadata.property.LabelMetaDataProperty
All Implemented Interfaces:
MetaDataFieldProperty, MetaDataModelProperty, MetaDataProperty

public class LabelMetaDataProperty
extends Object
implements MetaDataFieldProperty, MetaDataModelProperty

Property used to specify a label of a field that will be something more descriptive than the name.


Constructor Summary
LabelMetaDataProperty(String label)
           
 
Method Summary
 String getLabel()
           
 void setLabel(String label)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LabelMetaDataProperty

public LabelMetaDataProperty(String label)
Method Detail

getLabel

public String getLabel()

setLabel

public void setLabel(String label)


Copyright © 2014. All rights reserved.