org.mule.common.metadata.field.property
Class ExampleFieldProperty

java.lang.Object
  extended by 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.


Constructor Summary
ExampleFieldProperty()
           
ExampleFieldProperty(String exampleValue)
           
 
Method Summary
 String getExampleValue()
           
 void setExampleValue(String exampleValue)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExampleFieldProperty

public ExampleFieldProperty()

ExampleFieldProperty

public ExampleFieldProperty(String exampleValue)
Method Detail

getExampleValue

public String getExampleValue()

setExampleValue

public void setExampleValue(String exampleValue)


Copyright © 2014. All rights reserved.