public interface ProcessVariable
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
BOOLEAN
Constant for the boolean type.
|
static java.lang.String |
FLOAT
Constant for the float type.
|
static java.lang.String |
INT
Constant for the int type.
|
static java.lang.String |
LONG
Constant for the long type.
|
static java.lang.String |
MESSAGE
Constant for the message type.
|
static java.lang.String |
STRING
Constant for the string type.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getDefaultValue()
Returns the default value defined for the variable.
|
java.lang.String |
getDefaultValueAsString()
Returns the default value defined for the variable in a string format.
|
java.lang.String |
getName()
Returns the name of the variable.
|
java.lang.String |
getType()
Returns the type of the variable.
|
static final java.lang.String STRING
static final java.lang.String INT
static final java.lang.String BOOLEAN
static final java.lang.String LONG
static final java.lang.String FLOAT
static final java.lang.String MESSAGE
java.lang.String getName()
java.lang.String getType()
java.lang.String getDefaultValueAsString()
java.lang.Object getDefaultValue()
?? 2022 Perforce Software, All rights reserved
This software is the confidential and proprietary information of Perforce, Inc. and is subject to copyright protection under laws of the United States of America and other countries. The use of this software should be in accordance with the license agreement terms you entered into with Perforce, Inc.