public interface SimpleType extends Type
May be primitive or not (in which case it has additional constraints over a primitive type).
Modifier and Type | Method and Description |
---|---|
PrimitiveType |
getPrimitiveType() |
boolean |
isPrimitive()
Tests whether this type is a primitive type.
|
convert, decode, encode, getConstraints, getName, getObjectResolver, getSchema, getSchemaName, getSuperType, getTypeHierarchy, isAnyType, isComplexType, isCompositeType, isListType, isSimpleType, isSuperTypeOf, newInstance, validate
boolean isPrimitive()
PrimitiveType getPrimitiveType()
Copyright © 2018 Nuxeo. All rights reserved.