public interface TextInductor
Modifier and Type | Method and Description |
---|---|
<SCALAR extends Scalar<?>> |
induceTextSize(SCALAR aTarget)
Induce the current value of this text into the
scalar
target |
<TEXT extends Text<?>> |
induceTextValue(TEXT aTarget)
Induce the current value of this text into the specified target
|
<SCALAR extends Scalar<?>> SCALAR induceTextSize(SCALAR aTarget) throws NullPointerException, NoSuchElementException, UnsupportedOperationException, IllegalStateException
scalar
targetSCALAR
- the scalar target typeaTarget
- a scalar
target into which the current size of this
text will be inducedUnsupportedOperationException
- this target primitive cannot be changedIllegalStateException
- this target primitive cannot be changed at this timeNullPointerException
- a null
value was provided when none was expectedNoSuchElementException
- an expected parameter was not found in the parameter source<TEXT extends Text<?>> TEXT induceTextValue(TEXT aTarget) throws NullPointerException, NoSuchElementException, UnsupportedOperationException, IllegalStateException
TEXT
- the target typeaTarget
- a target into which the current value of this text will be
inducedUnsupportedOperationException
- this target primitive cannot be changedIllegalStateException
- this target primitive cannot be changed at this timeNullPointerException
- a null
value was provided when none was expectedNoSuchElementException
- an expected parameter was not found in the parameter sourceCopyright © 2006-2012 Ware-Squared Software Development. All Rights Reserved.