public class SubstitutionVariable
extends java.lang.Object
By default, parameters are case insensitive and may not be null or empty unless otherwise specified.
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
equals(java.lang.Object arg0)  | 
Cube | 
getCube()
Returns the scope of this substitution variable or null if this
 substitution variable is valid across all cubes of the application. 
 | 
java.lang.String | 
getName()
Returns the name of this substitution variable. 
 | 
java.lang.String | 
getValue()
Returns the value for this substitution variable. 
 | 
int | 
hashCode()  | 
public Cube getCube()
public java.lang.String getName()
public java.lang.String getValue()
public boolean equals(java.lang.Object arg0)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.ObjectCopyright © 2017, 2025, Oracle and/or its affiliates. All rights reserved.