org.mule.common.metadata.property
Class TextBasedExampleMetaDataModelProperty
java.lang.Object
org.mule.common.metadata.property.TextBasedExampleMetaDataModelProperty
- All Implemented Interfaces:
- MetaDataModelProperty, MetaDataProperty
public class TextBasedExampleMetaDataModelProperty
- extends Object
- implements MetaDataModelProperty
String based example property. Is used to set an example of the metadata. I.E A XML example of the metadata
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TextBasedExampleMetaDataModelProperty
public TextBasedExampleMetaDataModelProperty(String exampleContent)
getExampleContent
public String getExampleContent()
setExampleContent
public void setExampleContent(String exampleContent)
Copyright © 2015 MuleSoft, Inc.. All rights reserved.