public interface IRestResourceResponseBody extends IModelElement
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) |
int |
fromRelationshipCount()
Number of
ISimpleRelationship that connect from this model element. |
int |
fromRelationshipEndCount()
Number of
IRelationshipEnd that connect from this model element. |
java.util.Iterator |
fromRelationshipEndIterator()
IRelationshipEnd s that connect from this model element. |
java.util.Iterator |
fromRelationshipIterator()
ISimpleRelationship s that connect from this model element. |
java.lang.String |
getDescription() |
java.lang.String |
getExample() |
java.lang.String |
getHeader() |
java.lang.String |
getHTMLDescription() |
java.lang.String |
getHTMLDescription(boolean convertPlainTextToHTML) |
int |
getResponseCode() |
ITaggedValueContainer |
getTaggedValues() |
IVoice |
getVoiceByIndex(int index) |
void |
removeVoice(IVoice voice) |
void |
removeVoiceByIndex(int index) |
void |
setDescription(java.lang.String description) |
void |
setExample(java.lang.String example) |
void |
setHeader(java.lang.String header) |
void |
setHTMLDescription(java.lang.String description) |
void |
setResponseCode(int responseCode) |
void |
setTaggedValues(ITaggedValueContainer taggedValues) |
ISimpleRelationship[] |
toFromRelationshipArray()
ISimpleRelationship s that connect from this model element. |
IRelationshipEnd[] |
toFromRelationshipEndArray()
IRelationshipEnd s that connect from this model element. |
int |
toRelationshipCount()
Number of
ISimpleRelationship that connect to this model element. |
int |
toRelationshipEndCount()
Number of
IRelationshipEnd that connect to this model element. |
java.util.Iterator |
toRelationshipEndIterator()
IRelationshipEnd s that connect to this model element. |
java.util.Iterator |
toRelationshipIterator()
ISimpleRelationship s that connect to this model element. |
ISimpleRelationship[] |
toToRelationshipArray()
ISimpleRelationship s that connect to this model element. |
IRelationshipEnd[] |
toToRelationshipEndArray()
IRelationshipEnd s that connect to this model element. |
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, 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, toModelPropertyArray, toPropertiesString, toStereotypeModelArray, toSubDiagramArray, toToChartRelationshipArray
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_HEADER
static final java.lang.String PROP_EXAMPLE
static final java.lang.String PROP_RESPONSE_CODE
static final int RESPONSE_CODE_DEFAULT
static final int RESPONSE_CODE_100_CONTINUE
static final int RESPONSE_CODE_101_SWITCHING_PROTOCOLS
static final int RESPONSE_CODE_102_PROCESSING
static final int RESPONSE_CODE_103_EARLY_HINTS
static final int RESPONSE_CODE_200_OK
static final int RESPONSE_CODE_201_CREATED
static final int RESPONSE_CODE_202_ACCEPTED
static final int RESPONSE_CODE_203_NON_AUTHORITATIVE_INFORMATION
static final int RESPONSE_CODE_204_NO_CONTENT
static final int RESPONSE_CODE_205_RESET_CONTENT
static final int RESPONSE_CODE_206_PARTIAL_CONTENT
static final int RESPONSE_CODE_207_MULTI_STATUS
static final int RESPONSE_CODE_208_ALREADY_REPORTED
static final int RESPONSE_CODE_226_IM_USED
static final int RESPONSE_CODE_300_MULTIPLE_CHOICES
static final int RESPONSE_CODE_301_MOVED_PERMANENTLY
static final int RESPONSE_CODE_302_FOUND
static final int RESPONSE_CODE_303_SEE_OTHER
static final int RESPONSE_CODE_304_NOT_MODIFIED
static final int RESPONSE_CODE_305_USE_PROXY
static final int RESPONSE_CODE_306_SWITCH_PROXY
static final int RESPONSE_CODE_307_TEMPORARY_REDIRECT
static final int RESPONSE_CODE_308_PERMANENT_REDIRECT
static final int RESPONSE_CODE_400_BAD_REQUEST
static final int RESPONSE_CODE_401_UNAUTHORIZED
static final int RESPONSE_CODE_402_PAYMENT_REQUIRED
static final int RESPONSE_CODE_403_FORBIDDEN
static final int RESPONSE_CODE_404_NOT_FOUND
static final int RESPONSE_CODE_405_METHOD_NOT_ALLOWED
static final int RESPONSE_CODE_406_NOT_ACCEPTABLE
static final int RESPONSE_CODE_407_PROXY_AUTHENTICATION_REQUIRED
static final int RESPONSE_CODE_408_REQUEST_TIMEOUT
static final int RESPONSE_CODE_409_CONFLICT
static final int RESPONSE_CODE_410_GONE
static final int RESPONSE_CODE_411_LENGTH_REQUIRED
static final int RESPONSE_CODE_412_PRECONDITION_FAILED
static final int RESPONSE_CODE_413_PAYLOAD_TOO_LARGE
static final int RESPONSE_CODE_414_URI_TOO_LONG
static final int RESPONSE_CODE_415_UNSUPPORTED_MEDIA_TYPE
static final int RESPONSE_CODE_416_RANGE_NOT_SATISFIABLE
static final int RESPONSE_CODE_417_EXPECTATION_FAILED
static final int RESPONSE_CODE_421_MISDIRECTED_REQUEST
static final int RESPONSE_CODE_422_UNPROCESSABLE_ENTITY
static final int RESPONSE_CODE_423_LOCKED
static final int RESPONSE_CODE_424_FAILED_DEPENDENCY
static final int RESPONSE_CODE_426_UPGRADE_REQUIRED
static final int RESPONSE_CODE_428_PRECONDITION_REQUIRED
static final int RESPONSE_CODE_429_TOO_MANY_REQUESTS
static final int RESPONSE_CODE_431_REQUEST_HEADER_FIELDS_TOO_LARGE
static final int RESPONSE_CODE_451_UNAVAILABLE_FOR_LEGAL_REASONS
static final int RESPONSE_CODE_500_INTERNAL_SERVER_ERROR
static final int RESPONSE_CODE_501_NOT_IMPLEMENTED
static final int RESPONSE_CODE_502_BAD_GATEWAY
static final int RESPONSE_CODE_503_SERVICE_UNAVAILABLE
static final int RESPONSE_CODE_504_GATEWAY_TIMEOUT
static final int RESPONSE_CODE_505_HTTP_VERSION_NOT_SUPPORTED
static final int RESPONSE_CODE_506_VARIANT_ALSO_NEGOTIATES
static final int RESPONSE_CODE_507_INSUFFICIENT_STORAGE
static final int RESPONSE_CODE_508_LOOP_DETECTED
static final int RESPONSE_CODE_510_NOT_EXTENDED
static final int RESPONSE_CODE_511_NETWORK_AUTHENTICATION_REQUIRED
int fromRelationshipCount()
ISimpleRelationship
that connect from this model element.
Sample usage please refer to http://knowhow.visual-paradigm.com/?p=2445fromRelationshipCount
in interface IModelElement
ISimpleRelationship[] toFromRelationshipArray()
ISimpleRelationship
s that connect from this model element.
Sample usage please refer to http://knowhow.visual-paradigm.com/?p=2445toFromRelationshipArray
in interface IModelElement
ISimpleRelationship
s that connect from this model elementjava.util.Iterator fromRelationshipIterator()
ISimpleRelationship
s that connect from this model element.
Sample usage please refer to http://knowhow.visual-paradigm.com/?p=2445fromRelationshipIterator
in interface IModelElement
ISimpleRelationship
s that connect from this model elementint toRelationshipCount()
ISimpleRelationship
that connect to this model element.
Sample usage please refer to http://knowhow.visual-paradigm.com/?p=2445toRelationshipCount
in interface IModelElement
ISimpleRelationship[] toToRelationshipArray()
ISimpleRelationship
s that connect to this model element.
Sample usage please refer to http://knowhow.visual-paradigm.com/?p=2445toToRelationshipArray
in interface IModelElement
ISimpleRelationship
s that connect to this model elementjava.util.Iterator toRelationshipIterator()
ISimpleRelationship
s that connect to this model element.
Sample usage please refer to http://knowhow.visual-paradigm.com/?p=2445toRelationshipIterator
in interface IModelElement
ISimpleRelationship
s that connect to this model elementint fromRelationshipEndCount()
IRelationshipEnd
that connect from this model element.
Sample usage please refer to http://knowhow.visual-paradigm.com/?p=2445fromRelationshipEndCount
in interface IModelElement
IRelationshipEnd[] toFromRelationshipEndArray()
IRelationshipEnd
s that connect from this model element.
Sample usage please refer to http://knowhow.visual-paradigm.com/?p=2445toFromRelationshipEndArray
in interface IModelElement
IRelationshipEnd
s that connect from this model elementjava.util.Iterator fromRelationshipEndIterator()
IRelationshipEnd
s that connect from this model element.
Sample usage please refer to http://knowhow.visual-paradigm.com/?p=2445fromRelationshipEndIterator
in interface IModelElement
IRelationshipEnd
s that connect from this model elementint toRelationshipEndCount()
IRelationshipEnd
that connect to this model element.
Sample usage please refer to http://knowhow.visual-paradigm.com/?p=2445toRelationshipEndCount
in interface IModelElement
IRelationshipEnd[] toToRelationshipEndArray()
IRelationshipEnd
s that connect to this model element.
Sample usage please refer to http://knowhow.visual-paradigm.com/?p=2445toToRelationshipEndArray
in interface IModelElement
IRelationshipEnd
s that connect to this model elementjava.util.Iterator toRelationshipEndIterator()
IRelationshipEnd
s that connect to this model element.
Sample usage please refer to http://knowhow.visual-paradigm.com/?p=2445toRelationshipEndIterator
in interface IModelElement
IRelationshipEnd
s that connect to this model elementvoid 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 setHeader(java.lang.String header)
java.lang.String getHeader()
void setExample(java.lang.String example)
java.lang.String getExample()
void setResponseCode(int responseCode)
int getResponseCode()