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 |
---|---|
SimpleType |
getPrimitiveType() |
boolean |
isPrimitive()
Tests whether this type is a primitive type.
|
convert, decode, encode, getName, getSchema, getSchemaName, getSuperType, getTypeHierarchy, isAnyType, isComplexType, isCompositeType, isListType, isSimpleType, isSuperTypeOf, newInstance, validate
boolean isPrimitive()
SimpleType getPrimitiveType()
Copyright © 2013 Nuxeo SA. All Rights Reserved.