Maven module :un.api : api-common :
Class : un.api.model.parameter.AbstractParameterType
Extends/Implements : un.api.model.parameter.ParameterType
Subclasses : -

Abstract Parameter type implementation.
author  Johann Sorel


Variables : -
Functions : AbstractParameterType, AbstractParameterType, getId, getTitle, getDescription, getMinOccurences, getMaxOccurences, getConstraints



protected void AbstractParameterType ()

protected void AbstractParameterType (Chars id, CharArray title, CharArray description, int minOcc, int maxOcc, Sequence constraints)

public Chars getId ()

public CharArray getTitle ()

public CharArray getDescription ()

public int getMinOccurences ()

public int getMaxOccurences ()

public Sequence getConstraints ()