Class ControlledVocabularyPropertyType.ControlledVocabularyPropertyTypeInitializer
java.lang.Object
ch.systemsx.cisd.openbis.generic.shared.api.v1.dto.PropertyType.PropertyTypeInitializer
ch.systemsx.cisd.openbis.generic.shared.api.v1.dto.ControlledVocabularyPropertyType.ControlledVocabularyPropertyTypeInitializer
- Enclosing class:
ControlledVocabularyPropertyType
public static class ControlledVocabularyPropertyType.ControlledVocabularyPropertyTypeInitializer
extends PropertyType.PropertyTypeInitializer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetTerms(List<ControlledVocabularyPropertyType.VocabularyTerm> validValues) voidsetVocabulary(Vocabulary vocabulary) Methods inherited from class ch.systemsx.cisd.openbis.generic.shared.api.v1.dto.PropertyType.PropertyTypeInitializer
getCode, getDataType, getDescription, getLabel, getSampleTypeCode, isDinamic, isManaged, isMandatory, isShowInEditViews, setCode, setDataType, setDescription, setDinamic, setLabel, setManaged, setMandatory, setSampleTypeCode, setShowInEditViews
-
Constructor Details
-
ControlledVocabularyPropertyTypeInitializer
public ControlledVocabularyPropertyTypeInitializer()
-
-
Method Details
-
setTerms
-