|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.hivemind.schema.rules.DoubleTranslator
Translates strings to integer values.
Constructor Summary | |
DoubleTranslator()
|
|
DoubleTranslator(java.lang.String initializer)
Initializers: default: default value for empty or invalid input min: minimum acceptible value max: maximum acceptible value |
Method Summary | |
java.lang.Object |
translate(Module contributingModule,
java.lang.Class propertyType,
java.lang.String inputValue)
Converts the string to an Double. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DoubleTranslator()
public DoubleTranslator(java.lang.String initializer)
Method Detail |
public java.lang.Object translate(Module contributingModule, java.lang.Class propertyType, java.lang.String inputValue)
translate
in interface Translator
contributingModule
- the module from which the input value originatespropertyType
- the type of the property to be assigned by this translator; smart translators may
be able to automatically convert from string to the correct typeinputValue
- the value to be translated, either an attribute value or the content of the element
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |