public interface IRestResourceParameter extends IModelElement
Modifier and Type | Field and Description |
---|---|
static int |
IN_FORM_DATA |
static int |
IN_HEADER |
static int |
IN_PATH |
static int |
IN_QUERY |
static java.lang.String |
PROP_DOCUMENTATION |
static java.lang.String |
PROP_ENUM |
static java.lang.String |
PROP_EXAMPLE |
static java.lang.String |
PROP_FORMAT |
static java.lang.String |
PROP_IN |
static java.lang.String |
PROP_REQUIRED |
static java.lang.String |
PROP_TAGGED_VALUES |
static java.lang.String |
PROP_TYPE |
static java.lang.String |
PROP_VOICES |
MODEL_QUALITY_SCORE_IGNORE, MODEL_QUALITY_SCORE_RECALCULATE, PROP_NAME, PROP_QUALITY_REASON, PROP_QUALITY_SCORE
Modifier and Type | Method and Description |
---|---|
void |
addVoice(IVoice voice) |
java.lang.String |
getDescription() |
java.lang.String[] |
getEnum() |
java.lang.String |
getExample() |
java.lang.String |
getFormat() |
java.lang.String |
getHTMLDescription() |
java.lang.String |
getHTMLDescription(boolean convertPlainTextToHTML) |
int |
getIn() |
ITaggedValueContainer |
getTaggedValues() |
IDataType |
getType() |
IVoice |
getVoiceByIndex(int index) |
boolean |
isRequired() |
void |
removeVoice(IVoice voice) |
void |
removeVoiceByIndex(int index) |
void |
setDescription(java.lang.String description) |
void |
setEnum(java.lang.String[] $enum) |
void |
setExample(java.lang.String example) |
void |
setFormat(java.lang.String format) |
void |
setHTMLDescription(java.lang.String description) |
void |
setIn(int in) |
void |
setRequired(boolean required) |
void |
setTaggedValues(ITaggedValueContainer taggedValues) |
void |
setType(IDataType type) |
IVoice[] |
toVoiceArray() |
int |
voiceCount() |
java.util.Iterator |
voiceIterator()
Returns an iterator over the model elements
IVoice . |
addChild, addPropertyChangeListener, addStereotype, addStereotype, addSubDiagram, canModify, childCount, childCount, childCount, childIterator, childIterator, childIterator, constraintsIterator, createChild, delete, disposeTransientModel, duplicate, fromChartRelationshipCount, fromChartRelationshipIterator, fromRelationshipCount, fromRelationshipEndCount, fromRelationshipEndIterator, fromRelationshipIterator, getAddress, getChildById, getChildByIndex, getChildByIndex, getChildByName, getChildByName, getDescriptionWithReferenceModels, getDiagramElements, getDisplayQualityScore, getDocumentation, getDocumentationWithReferenceModels, getHTMLDescriptionWithReferenceModels, getHTMLDescriptionWithReferenceModels, getHTMLDocumentation, getHTMLDocumentation, getHTMLDocumentationWithReferenceModels, getHTMLDocumentationWithReferenceModels, getId, getMasterView, getMirrorSource, getModelPropertyByName, getModelQualityDetails, getModelType, getName, getNickDescription, getNickDescriptionWithReferenceModels, getNickDocumentation, getNickDocumentationWithReferenceModels, getNickHTMLDescription, getNickHTMLDescription, getNickHTMLDescriptionWithReferenceModels, getNickHTMLDescriptionWithReferenceModels, getNickHTMLDocumentation, getNickHTMLDocumentation, getNickHTMLDocumentationWithReferenceModels, getNickHTMLDocumentationWithReferenceModels, getNickname, getNickPropertyValue, getParent, getProject, getQualityReason, getQualityScore, getReferencedBys, getReferencingModels, getSubDiagramAt, hasStereotype, indexOfSubDiagram, isMirrorModelElement, isTransientModel, removeChild, removeChildByIndex, removePropertyChangeListener, removeStereotype, removeStereotype, removeSubDiagram, setDocumentation, setHTMLDocumentation, setName, setNickDescription, setNickDocumentation, setNickHTMLDescription, setNickHTMLDocumentation, setNickname, stereotypeCount, stereotypeModelIterator, subDiagramCount, subDiagramIterator, toChartRelationshipCount, toChartRelationshipIterator, toChildArray, toChildArray, toChildArray, toFromChartRelationshipArray, toFromRelationshipArray, toFromRelationshipEndArray, toModelPropertyArray, toPropertiesString, toRelationshipCount, toRelationshipEndCount, toRelationshipEndIterator, toRelationshipIterator, toStereotypeModelArray, toSubDiagramArray, toToChartRelationshipArray, toToRelationshipArray, toToRelationshipEndArray
static final java.lang.String PROP_DOCUMENTATION
static final java.lang.String PROP_VOICES
static final java.lang.String PROP_TAGGED_VALUES
static final java.lang.String PROP_EXAMPLE
static final java.lang.String PROP_IN
static final int IN_QUERY
static final int IN_HEADER
static final int IN_PATH
static final int IN_FORM_DATA
static final java.lang.String PROP_REQUIRED
static final java.lang.String PROP_TYPE
static final java.lang.String PROP_FORMAT
static final java.lang.String PROP_ENUM
void setDescription(java.lang.String description)
setDescription
in interface IModelElement
java.lang.String getDescription()
getDescription
in interface IModelElement
void setHTMLDescription(java.lang.String description)
setHTMLDescription
in interface IModelElement
java.lang.String getHTMLDescription()
getHTMLDescription
in interface IModelElement
java.lang.String getHTMLDescription(boolean convertPlainTextToHTML)
getHTMLDescription
in interface IModelElement
void addVoice(IVoice voice)
void removeVoice(IVoice voice)
IVoice getVoiceByIndex(int index)
void removeVoiceByIndex(int index)
int voiceCount()
java.util.Iterator voiceIterator()
IVoice
.IVoice[] toVoiceArray()
void setTaggedValues(ITaggedValueContainer taggedValues)
setTaggedValues
in interface IModelElement
ITaggedValueContainer getTaggedValues()
getTaggedValues
in interface IModelElement
void setExample(java.lang.String example)
java.lang.String getExample()
void setIn(int in)
int getIn()
void setRequired(boolean required)
boolean isRequired()
void setType(IDataType type)
IDataType getType()
void setFormat(java.lang.String format)
java.lang.String getFormat()
void setEnum(java.lang.String[] $enum)
java.lang.String[] getEnum()