org.mule.tools.apikit.output
Class GenerationModel

java.lang.Object
  extended by org.mule.tools.apikit.output.GenerationModel

public class GenerationModel
extends Object


Field Summary
static String DEFAULT_TEXT
           
 
Constructor Summary
GenerationModel(API api, org.raml.model.Resource resource, org.raml.model.Action action)
           
 
Method Summary
 API getApi()
           
 String getExample()
           
 String getFlowName()
           
 String getName()
           
 String getRelativeURI()
           
 String getStringFromActionType()
           
 String getVerb()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_TEXT

public static final String DEFAULT_TEXT
See Also:
Constant Field Values
Constructor Detail

GenerationModel

public GenerationModel(API api,
                       org.raml.model.Resource resource,
                       org.raml.model.Action action)
Method Detail

getVerb

public String getVerb()

getStringFromActionType

public String getStringFromActionType()

getExample

public String getExample()

getName

public String getName()

getRelativeURI

public String getRelativeURI()

getApi

public API getApi()

getFlowName

public String getFlowName()


Copyright © 2013. All Rights Reserved.