org.mule.common.metadata.field.property
Class ExampleFieldProperty
java.lang.Object
org.mule.common.metadata.field.property.ExampleFieldProperty
- All Implemented Interfaces:
- MetaDataFieldProperty, MetaDataProperty
public class ExampleFieldProperty
- extends Object
- implements MetaDataFieldProperty
Use this property to store a string example of the corresponding type.
For example, use it to store the contents of an xml, csv or json.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExampleFieldProperty
public ExampleFieldProperty()
ExampleFieldProperty
public ExampleFieldProperty(String exampleValue)
getExampleValue
public String getExampleValue()
setExampleValue
public void setExampleValue(String exampleValue)
Copyright © 2015 MuleSoft, Inc.. All rights reserved.