Maven module :un.api : api-common :
Class :
un.api.model.doc.DefaultFieldType
Extends/Implements :
un.api.CObject
un.api.model.doc.FieldType
Subclasses : -
Variables :
id,
title,
description,
minOcc,
maxOcc,
valueClass,
defaultValue,
refType
Functions :
DefaultFieldType,
getId,
getTitle,
getDescription,
getMinOccurences,
getMaxOccurences,
getValueClass,
getDefaultValue,
getReferenceType,
toChars
protected Chars
id
protected CharArray
title
protected CharArray
description
protected int
minOcc
protected int
maxOcc
protected Class
valueClass
protected Object
defaultValue
protected DocumentType
refType
public void
DefaultFieldType (Chars id, CharArray title, CharArray description, int minOcc, int maxOcc, Class valueClass, Object defaultValue, DocumentType refType)
public Chars
getId ()
public CharArray
getTitle ()
public CharArray
getDescription ()
public int
getMinOccurences ()
public int
getMaxOccurences ()
public Class
getValueClass ()
public Object
getDefaultValue ()
public DocumentType
getReferenceType ()
public Chars
toChars ()