public class GlobalVariableDescriptor
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getFullName()
Gets the full name of this global variable, including all folders.
|
java.lang.String |
getName()
Gets the name of this global variable.
|
java.lang.String |
getPath()
Gets the path of the folder that contains this global variable.
|
java.lang.String |
getType()
Gets the type of the value of this global variable.
|
java.lang.String |
getValueAsString()
The String representation of the value of this global variable.
|
boolean |
isDeploymentSettable()
Returns true if this is a deployment level global variable.
|
boolean |
isServiceSettable()
Returns true if this is a service level global variable.
|
public java.lang.String getFullName()
String
.public java.lang.String getName()
String
.public java.lang.String getPath()
String
.public java.lang.String getType()
String
name of the type.public java.lang.String getValueAsString()
String
.public boolean isDeploymentSettable()
boolean
.public boolean isServiceSettable()
boolean
.