ch.systemsx.cisd.openbis.generic.shared.api.v1.dto
Class ControlledVocabularyPropertyType.VocabularyTerm
java.lang.Object
ch.systemsx.cisd.openbis.generic.shared.api.v1.dto.VocabularyTerm
ch.systemsx.cisd.openbis.generic.shared.api.v1.dto.ControlledVocabularyPropertyType.VocabularyTerm
- All Implemented Interfaces:
- java.io.Serializable
- Enclosing class:
- ControlledVocabularyPropertyType
@JsonObject(value="VocabularyTermProperty")
public static class ControlledVocabularyPropertyType.VocabularyTerm
- extends VocabularyTerm
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
ControlledVocabularyPropertyType.VocabularyTerm
public ControlledVocabularyPropertyType.VocabularyTerm(java.lang.String code,
java.lang.String label,
java.lang.Long ordinal,
java.lang.Boolean isOfficial,
EntityRegistrationDetails registrationDetails)