| Package | Description |
|---|---|
| com.sun.grid.jsv |
| Modifier and Type | Method and Description |
|---|---|
BindingSpecifier.Type |
BindingSpecifier.getType()
Returns the binding type
|
static BindingSpecifier.Type |
BindingSpecifier.Type.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BindingSpecifier.Type[] |
BindingSpecifier.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BindingSpecifier.setType(BindingSpecifier.Type type)
Set binding type
|