Class ControlledVocabularyPropertyType
java.lang.Object
ch.systemsx.cisd.openbis.generic.shared.api.v1.dto.PropertyType
ch.systemsx.cisd.openbis.generic.shared.api.v1.dto.ControlledVocabularyPropertyType
- All Implemented Interfaces:
Serializable
@JsonObject("ControlledVocabularyPropertyType")
public class ControlledVocabularyPropertyType
extends PropertyType
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classNested classes/interfaces inherited from class ch.systemsx.cisd.openbis.generic.shared.api.v1.dto.PropertyType
PropertyType.PropertyTypeInitializer -
Constructor Summary
ConstructorsConstructorDescriptionControlledVocabularyPropertyType(ControlledVocabularyPropertyType.ControlledVocabularyPropertyTypeInitializer initializer) -
Method Summary
Modifier and TypeMethodDescriptionprotected voidappendFieldsToStringBuilder(org.apache.commons.lang3.builder.ToStringBuilder builder) For subclasses to overridegetTerms()Methods inherited from class ch.systemsx.cisd.openbis.generic.shared.api.v1.dto.PropertyType
equals, getCode, getDataType, getDescription, getLabel, getSampleTypeCode, hashCode, isDinamic, isManaged, isMandatory, isShowInEditViews, setDinamic, setManaged, setSampleTypeCode, setShowInEditViews, toString
-
Constructor Details
-
Method Details
-
getTerms
-
getVocabulary
-
appendFieldsToStringBuilder
protected void appendFieldsToStringBuilder(org.apache.commons.lang3.builder.ToStringBuilder builder) Description copied from class:PropertyTypeFor subclasses to override- Overrides:
appendFieldsToStringBuilderin classPropertyType
-