public class BindingImpl extends GEObjectImpl implements Binding
Warning: The BindingImpl class will not be compatible with future Sun™ Grid Engine releases.
| Constructor and Description |
|---|
BindingImpl()
Create a new instance of BindingImpl.
|
BindingImpl(boolean initWithDefaultValues)
Create a new instanceof
|
BindingImpl(java.lang.String strategy)
Create a new instance of BindingImpl
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
dump() |
boolean |
equals(java.lang.Object obj)
Is the primary key information equal to the primary key information
of
obj. |
boolean |
equalsCompletely(java.lang.Object obj) |
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 the parameterCoreOffset attribute is set
|
boolean |
isSetParameterExplicit()
Determine if the parameterExplicit attribute is set
|
boolean |
isSetParameterN()
Determine if the parameterN attribute is set
|
boolean |
isSetParameterSocketOffset()
Determine if the parameterSocketOffset attribute is set
|
boolean |
isSetParameterStridingStepSize()
Determine if the parameterStridingStepSize attribute is set
|
boolean |
isSetStrategy()
Determine if the strategy attribute is set
|
boolean |
isSetType()
Determine if the 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.
|
java.lang.String |
toString() |
getName, getParent, getPathName, getRoot, setName, setParentpublic BindingImpl()
public BindingImpl(boolean initWithDefaultValues)
initWithDefaultValues - if true the new instance will
be initialized with the default values as defined
in the cull definition.public BindingImpl(java.lang.String strategy)
public boolean isSetStrategy()
isSetStrategy in interface Bindingtrue if the strategy attribute is setpublic void setStrategy(java.lang.String aStrategy)
setStrategy in interface BindingaStrategy - the new value for the strategy attributepublic java.lang.String getStrategy()
getStrategy in interface Bindingpublic boolean isSetType()
public void setType(int aType)
public int getType()
public boolean isSetParameterN()
isSetParameterN in interface Bindingtrue if the parameterN attribute is setpublic void setParameterN(int aParameterN)
setParameterN in interface BindingaParameterN - the new value for the parameterN attributepublic int getParameterN()
getParameterN in interface Bindingpublic boolean isSetParameterSocketOffset()
isSetParameterSocketOffset in interface Bindingtrue if the parameterSocketOffset attribute is setpublic void setParameterSocketOffset(int aParameterSocketOffset)
setParameterSocketOffset in interface BindingaParameterSocketOffset - the new value for the parameterSocketOffset attributepublic int getParameterSocketOffset()
getParameterSocketOffset in interface Bindingpublic boolean isSetParameterCoreOffset()
isSetParameterCoreOffset in interface Bindingtrue if the parameterCoreOffset attribute is setpublic void setParameterCoreOffset(int aParameterCoreOffset)
setParameterCoreOffset in interface BindingaParameterCoreOffset - the new value for the parameterCoreOffset attributepublic int getParameterCoreOffset()
getParameterCoreOffset in interface Bindingpublic boolean isSetParameterStridingStepSize()
isSetParameterStridingStepSize in interface Bindingtrue if the parameterStridingStepSize attribute is setpublic void setParameterStridingStepSize(int aParameterStridingStepSize)
setParameterStridingStepSize in interface BindingaParameterStridingStepSize - the new value for the parameterStridingStepSize attributepublic int getParameterStridingStepSize()
getParameterStridingStepSize in interface Bindingpublic boolean isSetParameterExplicit()
isSetParameterExplicit in interface Bindingtrue if the parameterExplicit attribute is setpublic void setParameterExplicit(java.lang.String aParameterExplicit)
setParameterExplicit in interface BindingaParameterExplicit - the new value for the parameterExplicit attributepublic java.lang.String getParameterExplicit()
getParameterExplicit in interface Bindingpublic boolean equals(java.lang.Object obj)
obj.equals in class java.lang.Objectobj - the compared objecttrue if the primary key information is equal to the
primary key informations of obj.public boolean equalsCompletely(java.lang.Object obj)
equalsCompletely in interface GEObjectpublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2007 Sun Microsystems, Inc. All rights reserved.