org.mule.common.metadata.property
Class LabelMetaDataProperty
java.lang.Object
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.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LabelMetaDataProperty
public LabelMetaDataProperty(String label)
getLabel
public String getLabel()
setLabel
public void setLabel(String label)
Copyright © 2014. All rights reserved.