public final class ViewSpec extends ObjectSpec
Modifier and Type | Field and Description |
---|---|
static ViewSpec[] |
EMPTY_VIEWSPEC_ARRAY |
Constructor and Description |
---|
ViewSpec(String namespace,
String objectName,
List<ExprNode> viewParameters)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
static ViewSpec[] |
toArray(List<ViewSpec> viewSpecs) |
equals, getObjectName, getObjectNamespace, getObjectParameters, hashCode, toString
public static final ViewSpec[] EMPTY_VIEWSPEC_ARRAY