org.gridbus.broker.constants
Class VariableType
java.lang.Object
org.gridbus.broker.constants.VariableType
public final class VariableType
- extends java.lang.Object
- Author:
- Krishna
|
Field Summary |
static int |
FLOAT
Float variable |
static int |
GRIDFILE
Grid file variable
(A GridFile variable represents the name of a file somewhere in the Grid) |
static int |
INTEGER
Integer variable |
static int |
STRING
String variable |
|
Method Summary |
static int |
intValue(java.lang.String type)
|
static java.lang.String |
stringValue(int type)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
STRING
public static final int STRING
- String variable
- See Also:
- Constant Field Values
INTEGER
public static final int INTEGER
- Integer variable
- See Also:
- Constant Field Values
FLOAT
public static final int FLOAT
- Float variable
- See Also:
- Constant Field Values
GRIDFILE
public static final int GRIDFILE
- Grid file variable
(A GridFile variable represents the name of a file somewhere in the Grid)
- See Also:
- Constant Field Values
VariableType
public VariableType()
intValue
public static int intValue(java.lang.String type)
- Parameters:
type -
- Returns:
stringValue
public static java.lang.String stringValue(int type)
- Parameters:
type -
- Returns: