T - is the generic type of the atomic Java Datatype to describe.public class DatatypeDescriptorAtomicJavaDatatype<T> extends AbstractDatatypeDescriptor<T>
DatatypeDescriptor for an atomic Java
Datatype such as Integer, String, Long,
Double, Boolean, etc.| Constructor and Description |
|---|
DatatypeDescriptorAtomicJavaDatatype(Class<T> datatype)
The constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected T |
doCreate(Object... segments)
Called from
AbstractDatatypeDescriptor.create(Object...) after input validation has been performed. |
create, getDatatype, getSegment, getSegmentDescriptors, toStringprotected T doCreate(Object... segments)
AbstractDatatypeDescriptor.create(Object...) after input validation has been performed. Implement this method and do not
worry about null values, wrong array size, etc.doCreate in class AbstractDatatypeDescriptor<T>segments - are the segment values.Copyright © 2001–2015 mmm-Team. All rights reserved.