public class SdoDimArrayExpression extends Object implements Expression
Constructor and Description |
---|
SdoDimArrayExpression() |
Modifier and Type | Method and Description |
---|---|
void |
accept(ExpressionVisitor expressionVisitor) |
void |
addElement(SdoDimElement sde) |
List<SdoDimElement> |
getElements() |
boolean |
hasElements() |
void |
setElements(List<SdoDimElement> elements) |
String |
toString() |
public List<SdoDimElement> getElements()
public boolean hasElements()
public void setElements(List<SdoDimElement> elements)
elements
- the elements to setpublic void addElement(SdoDimElement sde)
public void accept(ExpressionVisitor expressionVisitor)
accept
in interface Expression
public String toString()
toString
in interface Expression
toString
in class Object
Copyright © 2018. All rights reserved.