@Named public class SinglePropertyBuilderDouble extends Object implements SinglePropertyBuilder<Number>
SinglePropertyBuilder
for OType.DOUBLE
.Constructor and Description |
---|
SinglePropertyBuilderDouble()
The constructor.
|
Modifier and Type | Method and Description |
---|---|
Class<? extends WritableProperty<Number>> |
getPropertyType(com.orientechnologies.orient.core.metadata.schema.OProperty oProperty) |
com.orientechnologies.orient.core.metadata.schema.OType |
getType() |
Class<Double> |
getValueClass() |
GenericType<Double> |
getValueType(com.orientechnologies.orient.core.metadata.schema.OProperty oProperty) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
build, build
public SinglePropertyBuilderDouble()
public com.orientechnologies.orient.core.metadata.schema.OType getType()
getType
in interface SinglePropertyBuilder<Number>
OType
value this SinglePropertyBuilder
is responsible for.public Class<Double> getValueClass()
getValueClass
in interface SinglePropertyBuilder<Number>
Class
of the bean property value type
this
SinglePropertyBuilder
is responsible for.public Class<? extends WritableProperty<Number>> getPropertyType(com.orientechnologies.orient.core.metadata.schema.OProperty oProperty)
getPropertyType
in interface SinglePropertyBuilder<Number>
oProperty
- the OProperty
.Class
reflecting the corresponding WritableProperty
type such as e.g.
StringProperty
for OType.STRING
.public GenericType<Double> getValueType(com.orientechnologies.orient.core.metadata.schema.OProperty oProperty)
getValueType
in interface SinglePropertyBuilder<Number>
oProperty
- the OProperty
.GenericType
reflecting the corresponding value type
.Copyright © 2001–2016 mmm-Team. All rights reserved.