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, setAttribute
public Oas30LinkRequestBodyExpression(String value)
value
- public void accept(IVisitor visitor)
IVisitable
accept
in interface IVisitable
accept
in class Node
Node.accept(io.apicurio.datamodels.core.visitors.IVisitor)
public String getValue()
IOas30Expression
getValue
in interface IOas30Expression
IOas30Expression.getValue()
public boolean isExpression()
public boolean isConstant()
Copyright © 2021 Red Hat. All rights reserved.