com.sun.grid.jgdi.configuration
public class RangeImpl extends GEObjectImpl implements Range
Warning: The RangeImpl class will not be compatible with future Sun™ Grid Engine releases.
Constructor and Description |
---|
RangeImpl()
Create a new instance of RangeImpl.
|
RangeImpl(boolean initWithDefaultValues)
Create a new instanceof
|
RangeImpl(int min)
Create a new instance of RangeImpl
|
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 |
getMax()
Get the value of the max attribute.
|
int |
getMin()
Get the value of the min attribute.
|
int |
getStep()
Get the value of the step attribute.
|
boolean |
isSetMax()
Determine if the max attribute is set
|
boolean |
isSetMin()
Determine if the min attribute is set
|
boolean |
isSetStep()
Determine if the step attribute is set
|
void |
setMax(int aMax)
Set the max attribute.
|
void |
setMin(int aMin)
Set the min attribute.
|
void |
setStep(int aStep)
Set the step attribute.
|
java.lang.String |
toString() |
getName, getParent, getPathName, getRoot, setName, setParent
public RangeImpl()
public RangeImpl(boolean initWithDefaultValues)
initWithDefaultValues
- if true
the new instance will
be initialized with the default values as defined
in the cull definition.public RangeImpl(int min)
public boolean isSetMin()
public void setMin(int aMin)
public int getMin()
public boolean isSetMax()
public void setMax(int aMax)
public int getMax()
public boolean isSetStep()
public void setStep(int aStep)
public int getStep()
public boolean equals(java.lang.Object obj)
obj
.equals
in class java.lang.Object
obj
- 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 GEObject
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2007 Sun Microsystems, Inc. All rights reserved.