public interface WebServiceParameter extends ParameterFacade
Modifier and Type | Method and Description |
---|---|
String |
getRestParamType()
TODO: Model Documentation for
org.andromda.cartridges.webservice.metafacades.WebServiceParameter.restParamType
|
String |
getRestPathParam()
Customize the REST parameter path in the URL, by default it is /paramname/{paramvalue}/,
appended to the /class/method/ URL.
|
String |
getRestPathSegment()
TODO: Model Documentation for
org.andromda.cartridges.webservice.metafacades.WebServiceParameter.restPathSegment
|
String |
getTestTypeName()
The type name used when calling web service tests.
|
boolean |
isAttribute()
Is the parameter an XML attribute?
|
boolean |
isElement()
Is the attribute an XML element?
|
boolean |
isNillable()
Whether or not this webservice parameter is nillable.
|
boolean |
isRestEncoded()
TODO: Model Documentation for
org.andromda.cartridges.webservice.metafacades.WebServiceParameter.restEncoded
|
boolean |
isWebServiceParameterMetaType()
Indicates the metafacade type (used for metafacade mappings).
|
getDefaultValue, getEffect, getEvent, getGetterName, getGetterSetterTypeName, getGetterSetterTypeNameImpl, getLower, getOperation, getSetterName, getType, getUpper, isDefaultValuePresent, isException, isInoutParameter, isInParameter, isMany, isOrdered, isOutParameter, isParameterFacadeMetaType, isReadable, isRequired, isReturn, isUnique, isWritable
copyTaggedValues, findTaggedValue, findTaggedValues, getBindedFullyQualifiedName, getConstraints, getConstraints, getDocumentation, getDocumentation, getDocumentation, getFullyQualifiedName, getFullyQualifiedName, getFullyQualifiedNamePath, getId, getKeywords, getLabel, getLanguageMappings, getModel, getName, getPackage, getPackageName, getPackageName, getPackagePath, getQualifiedName, getRootPackage, getSourceDependencies, getStateMachineContext, getStereotypeNames, getStereotypes, getTaggedValues, getTargetDependencies, getTemplateParameter, getTemplateParameters, getValidationName, getValidationOwner, getVisibility, hasExactStereotype, hasKeyword, hasStereotype, initialize, isBindingDependenciesPresent, isConstraintsPresent, isDocumentationPresent, isModelElementFacadeMetaType, isReservedWord, isTemplateParametersPresent, isValidIdentifierName, translateConstraint, translateConstraints, translateConstraints, validateInvariants
boolean isWebServiceParameterMetaType()
true
String getRestParamType()
String getRestPathParam()
String getRestPathSegment()
String getTestTypeName()
boolean isAttribute()
boolean isElement()
boolean isNillable()
boolean isRestEncoded()
Copyright © 2003–2014 AndroMDA.org. All rights reserved.