org.mule.tools.apikit.output
Class GenerationModel
java.lang.Object
org.mule.tools.apikit.output.GenerationModel
- All Implemented Interfaces:
- Comparable<GenerationModel>
public class GenerationModel
- extends Object
- implements Comparable<GenerationModel>
|
Constructor Summary |
GenerationModel(API api,
org.raml.model.Resource resource,
org.raml.model.Action action)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DEFAULT_TEXT
public static final String DEFAULT_TEXT
- See Also:
- Constant Field Values
GenerationModel
public GenerationModel(API api,
org.raml.model.Resource resource,
org.raml.model.Action action)
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.