public class Oas30LinkRequestBodyExpression extends Node implements IOas30Expression
_attributes, _extraProperties, _modelId, _ownerDocument, _parent, _validationProblems| Constructor and Description |
|---|
Oas30LinkRequestBodyExpression(String value)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
accept(IVisitor visitor)
Called to accept a visitor onto a visitable data model instance.
|
String |
getValue()
Gets the expression value.
|
boolean |
isConstant()
Returns true if the expression is just a constant value.
|
boolean |
isExpression()
Returns true if the expression is a dynamic link parameter expression that must be evaluated.
|
addExtraProperty, addValidationProblem, clearAttributes, clearValidationProblems, getAttribute, getAttributeNames, getExtraProperty, getExtraPropertyNames, getValidationProblemCodes, getValidationProblems, getValidationProblemsFor, hasExtraProperties, isExtensible, modelId, ownerDocument, parent, removeExtraProperty, setAttributepublic Oas30LinkRequestBodyExpression(String value)
value - public void accept(IVisitor visitor)
IVisitableaccept in interface IVisitableaccept in class NodeNode.accept(io.apicurio.datamodels.core.visitors.IVisitor)public String getValue()
IOas30ExpressiongetValue in interface IOas30ExpressionIOas30Expression.getValue()public boolean isExpression()
public boolean isConstant()
Copyright © 2019 Red Hat. All rights reserved.