org.mule.tools.apikit.output
Class GenerationModel

java.lang.Object
  extended by org.mule.tools.apikit.output.GenerationModel
All Implemented Interfaces:
Comparable<GenerationModel>

public class GenerationModel
extends Object
implements Comparable<GenerationModel>


Field Summary
static String DEFAULT_TEXT
           
 
Constructor Summary
GenerationModel(API api, org.raml.model.Resource resource, org.raml.model.Action action)
           
 
Method Summary
 int compareTo(GenerationModel generationModel)
           
 API getApi()
           
 String getContentType()
           
 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()

getContentType

public String getContentType()

getFlowName

public String getFlowName()

compareTo

public int compareTo(GenerationModel generationModel)
Specified by:
compareTo in interface Comparable<GenerationModel>


Copyright © 2013. All rights reserved.