org.mule.common.metadata.property.xml
Class UnboundMetaDataProperty

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

public class UnboundMetaDataProperty
extends Object
implements MetaDataFieldProperty, MetaDataModelProperty


Constructor Summary
UnboundMetaDataProperty(int minOccurs, int maxOccurs)
           
 
Method Summary
 int getMaxOccurs()
           
 int getMinOccurs()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UnboundMetaDataProperty

public UnboundMetaDataProperty(int minOccurs,
                               int maxOccurs)
Method Detail

getMaxOccurs

public int getMaxOccurs()

getMinOccurs

public int getMinOccurs()


Copyright © 2015 MuleSoft, Inc.. All rights reserved.