146147148149150151152
* Список допустимых значений для поля. * @return OCValueList * @throws JIException */ public OCValueList getValueList() throws JIException { return new OCValueList(get("ValueList")); }