|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.wisc.trace.urcsdk.client.uisocket.types.AbstractUISocketElement
edu.wisc.trace.urcsdk.client.uisocket.types.UISocketConstant
edu.wisc.trace.urcsdk.client.uisocket.types.NumberConstant
edu.wisc.trace.urcsdk.client.uisocket.types.IntegerConstant
public class IntegerConstant
IntegerConstant is the number variant of UISocketStatic. It
provides special handling for integer values. It serves as the xsd:integer
type.
Created on: May 26, 2006
| Field Summary |
|---|
| Fields inherited from class edu.wisc.trace.urcsdk.client.uisocket.types.AbstractUISocketElement |
|---|
dependents, id, interactor, listeners, logger, parent, ref, secret, sensitive, session, sessionId, simpleType, socket, socketDependency, supports, timeout, type, value |
| Constructor Summary | |
|---|---|
IntegerConstant()
Creates a new IntegerConstant instance. |
|
IntegerConstant(UISocketDocument parent,
UISocketMirror socket,
org.w3c.dom.Element rootElement)
Creates a new IntegerConstant instance. |
|
IntegerConstant(UISocketMirror socket)
Creates a new IntegerConstant instance. |
|
| Method Summary | |
|---|---|
IntegerConstant |
clone()
Describe clone method here. |
double |
getMaxInclusive()
getMaxInclusive gets the highest allowable number
(inclusive) |
double |
getMinInclusive()
getMinInclusive gets the lowest allowed number (inclusive) |
double |
getStep()
getStep the distance between each allowed number |
void |
parse(org.w3c.dom.Element rootElement)
Describe parse method here. |
java.lang.Object |
validate(java.lang.String value)
|
| Methods inherited from class edu.wisc.trace.urcsdk.client.uisocket.types.UISocketConstant |
|---|
hasSelection, isExecutable, isReadable, isWritable, setValue, setValueRequest, updateValue |
| Methods inherited from class edu.wisc.trace.urcsdk.client.uisocket.types.AbstractUISocketElement |
|---|
checkDependencies, checkDependents, getAccessKey, getDependents, getHelp, getId, getInteractor, getKeywords, getLabel, getParent, getRef, getResource, getSecret, getSession, getSocket, getSocketDependency, getSupports, getType, getValue, getXSDSimpleType, registerDependent, registerSupport, setInteractor, setListener, setParent, setSession, setSessionId, setSocket, setXSDSimpleType, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public IntegerConstant()
IntegerConstant instance.
public IntegerConstant(UISocketMirror socket)
IntegerConstant instance.
socket - an UISocket value
public IntegerConstant(UISocketDocument parent,
UISocketMirror socket,
org.w3c.dom.Element rootElement)
throws UrcException
IntegerConstant instance.
parent - an UISocketDocument valuesocket - an UISocket valuerootElement - an Element value
UrcException - if an error occurs| Method Detail |
|---|
public IntegerConstant clone()
clone method here.
clone in interface IUISocketElementclone in class NumberConstantIntegerConstant valuepublic double getMinInclusive()
getMinInclusive gets the lowest allowed number (inclusive)
getMinInclusive in class NumberConstantdouble valuepublic double getMaxInclusive()
getMaxInclusive gets the highest allowable number
(inclusive)
getMaxInclusive in class NumberConstantdouble value
public void parse(org.w3c.dom.Element rootElement)
throws UrcException
UISocketConstantparse method here.
parse in interface IUISocketElementparse in class NumberConstantrootElement - an Element value
UrcException - if an error occurspublic double getStep()
getStep the distance between each allowed number
getStep in class NumberConstantdouble valuepublic java.lang.Object validate(java.lang.String value)
validate in class NumberConstant
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||