Modifier and Type | Method and Description |
---|---|
java.lang.String |
dump() |
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 any max attribute is set
|
boolean |
isSetMin()
Determine if any min attribute is set
|
boolean |
isSetStep()
Determine if any 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.
|
equalsCompletely, getName, getParent
void setMin(int aMin)
aMin
- the new value for the min attributeint getMin()
boolean isSetMin()
true
if the min attribute is setvoid setMax(int aMax)
aMax
- the new value for the max attributeint getMax()
boolean isSetMax()
true
if the max attribute is setvoid setStep(int aStep)
aStep
- the new value for the step attributeint getStep()
boolean isSetStep()
true
if the step attribute is setjava.lang.String dump()
Copyright © 2007 Sun Microsystems, Inc. All rights reserved.