public class Oas30LinkParameterExpression extends Node implements IOas30Expression
_attributes, _extraProperties, _modelId, _ownerDocument, _parent, _validationProblems
Modifier and Type | Method and Description |
---|---|
void |
accept(IVisitor visitor)
Called to accept a visitor onto a visitable data model instance.
|
String |
getName()
Gets the name of the expression.
|
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 void accept(IVisitor visitor)
IVisitable
accept
in interface IVisitable
accept
in class Node
Node.accept(io.apicurio.datamodels.core.visitors.IVisitor)
public String getName()
public String getValue()
IOas30Expression
getValue
in interface IOas30Expression
IOas30Expression.getValue()
public boolean isExpression()
public boolean isConstant()
Copyright © 2019 Red Hat. All rights reserved.