public interface Binding extends GEObject
Warning: The Binding class will not be compatible with future Sun™ Grid Engine releases.
Modifier and Type | Method and Description |
---|---|
java.lang.String |
dump() |
int |
getParameterCoreOffset()
Get the value of the parameterCoreOffset attribute.
|
java.lang.String |
getParameterExplicit()
Get the value of the parameterExplicit attribute.
|
int |
getParameterN()
Get the value of the parameterN attribute.
|
int |
getParameterSocketOffset()
Get the value of the parameterSocketOffset attribute.
|
int |
getParameterStridingStepSize()
Get the value of the parameterStridingStepSize attribute.
|
java.lang.String |
getStrategy()
Get the value of the strategy attribute.
|
int |
getType()
Get the value of the type attribute.
|
boolean |
isSetParameterCoreOffset()
Determine if any parameterCoreOffset attribute is set
|
boolean |
isSetParameterExplicit()
Determine if any parameterExplicit attribute is set
|
boolean |
isSetParameterN()
Determine if any parameterN attribute is set
|
boolean |
isSetParameterSocketOffset()
Determine if any parameterSocketOffset attribute is set
|
boolean |
isSetParameterStridingStepSize()
Determine if any parameterStridingStepSize attribute is set
|
boolean |
isSetStrategy()
Determine if any strategy attribute is set
|
boolean |
isSetType()
Determine if any type attribute is set
|
void |
setParameterCoreOffset(int aParameterCoreOffset)
Set the parameterCoreOffset attribute.
|
void |
setParameterExplicit(java.lang.String aParameterExplicit)
Set the parameterExplicit attribute.
|
void |
setParameterN(int aParameterN)
Set the parameterN attribute.
|
void |
setParameterSocketOffset(int aParameterSocketOffset)
Set the parameterSocketOffset attribute.
|
void |
setParameterStridingStepSize(int aParameterStridingStepSize)
Set the parameterStridingStepSize attribute.
|
void |
setStrategy(java.lang.String aStrategy)
Set the strategy attribute.
|
void |
setType(int aType)
Set the type attribute.
|
equalsCompletely, getName, getParent
void setStrategy(java.lang.String aStrategy)
aStrategy
- the new value for the strategy attributejava.lang.String getStrategy()
boolean isSetStrategy()
true
if the strategy attribute is setvoid setType(int aType)
aType
- the new value for the type attributeint getType()
boolean isSetType()
true
if the type attribute is setvoid setParameterN(int aParameterN)
aParameterN
- the new value for the parameterN attributeint getParameterN()
boolean isSetParameterN()
true
if the parameterN attribute is setvoid setParameterSocketOffset(int aParameterSocketOffset)
aParameterSocketOffset
- the new value for the parameterSocketOffset attributeint getParameterSocketOffset()
boolean isSetParameterSocketOffset()
true
if the parameterSocketOffset attribute is setvoid setParameterCoreOffset(int aParameterCoreOffset)
aParameterCoreOffset
- the new value for the parameterCoreOffset attributeint getParameterCoreOffset()
boolean isSetParameterCoreOffset()
true
if the parameterCoreOffset attribute is setvoid setParameterStridingStepSize(int aParameterStridingStepSize)
aParameterStridingStepSize
- the new value for the parameterStridingStepSize attributeint getParameterStridingStepSize()
boolean isSetParameterStridingStepSize()
true
if the parameterStridingStepSize attribute is setvoid setParameterExplicit(java.lang.String aParameterExplicit)
aParameterExplicit
- the new value for the parameterExplicit attributejava.lang.String getParameterExplicit()
boolean isSetParameterExplicit()
true
if the parameterExplicit attribute is setjava.lang.String dump()
Copyright © 2007 Sun Microsystems, Inc. All rights reserved.