ch.systemsx.cisd.openbis.generic.shared.api.v1.dto
Class ControlledVocabularyPropertyType.ControlledVocabularyPropertyTypeInitializer

java.lang.Object
  extended by ch.systemsx.cisd.openbis.generic.shared.api.v1.dto.PropertyType.PropertyTypeInitializer
      extended by ch.systemsx.cisd.openbis.generic.shared.api.v1.dto.ControlledVocabularyPropertyType.ControlledVocabularyPropertyTypeInitializer
Enclosing class:
ControlledVocabularyPropertyType

public static class ControlledVocabularyPropertyType.ControlledVocabularyPropertyTypeInitializer
extends PropertyType.PropertyTypeInitializer


Constructor Summary
ControlledVocabularyPropertyType.ControlledVocabularyPropertyTypeInitializer()
           
 
Method Summary
 void setTerms(java.util.List<ControlledVocabularyPropertyType.VocabularyTerm> validValues)
           
 void setVocabulary(ch.systemsx.cisd.openbis.generic.shared.basic.dto.Vocabulary vocabulary)
           
 
Methods inherited from class ch.systemsx.cisd.openbis.generic.shared.api.v1.dto.PropertyType.PropertyTypeInitializer
getCode, getDataType, getDescription, getLabel, isMandatory, setCode, setDataType, setDescription, setLabel, setMandatory
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ControlledVocabularyPropertyType.ControlledVocabularyPropertyTypeInitializer

public ControlledVocabularyPropertyType.ControlledVocabularyPropertyTypeInitializer()
Method Detail

setTerms

public void setTerms(java.util.List<ControlledVocabularyPropertyType.VocabularyTerm> validValues)

setVocabulary

public void setVocabulary(ch.systemsx.cisd.openbis.generic.shared.basic.dto.Vocabulary vocabulary)