Maven module :un.api : api-common :
Class : un.api.model.doc.DocumentType
Extends/Implements : un.api.model.Presentable
Subclasses : -

author  Johann Sorel


Variables : -
Functions : isStrict, getFields, getField, getAttributes




Indicate if document type is strict.
Document created with a strict type can not have any extra fields.
return  true if strict
boolean isStrict ()


List document field types.
return  FieldType array, never null, can be empty.
FieldType[] getFields ()


param  name
return
FieldType getField (Chars name)


Dictionary of document type attributes.
Keys and values are of Chars type.
return  Dictionary, never null, can be empty.
Dictionary getAttributes ()