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