public interface LiteralCollection extends IPrimaryExpression
The following features are supported:
AstPackage.getLiteralCollection()| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCollectionKind()
Returns the value of the 'Collection Kind' attribute
|
org.eclipse.emf.common.util.EList |
getExpressionList()
Returns the value of the 'Expression List' containment reference list.
|
void |
setCollectionKind(java.lang.String value)
Sets the value of the '
Collection Kind' attribute |
getType, setTypejava.lang.String getCollectionKind()
If the meaning of the 'Collection Kind' attribute isn't clear, there really should be more of a description here...
setCollectionKind(String),
AstPackage.getLiteralCollection_CollectionKind()void setCollectionKind(java.lang.String value)
Collection Kind' attribute.
value - the new value of the 'Collection Kind' attribute.getCollectionKind()org.eclipse.emf.common.util.EList getExpressionList()
Expression.
If the meaning of the 'Expression List' reference list isn't clear, there really should be more of a description here...
AstPackage.getLiteralCollection_ExpressionList()Copyright © 2005-2016 Progress Software Corporation and/or its subsidiaries and affiliates. All rights reserved.