20module
com { module sun { module star { module document {
Definition Ambiguous.idl:20
specifies a CMIS property.
Definition CmisProperty.idl:25
boolean Updatable
specifies if the property is updatable.
Definition CmisProperty.idl:40
string Id
unique ID of the Cmis property
Definition CmisProperty.idl:28
boolean OpenChoice
specifies if the property value can be freely set or is restricted from a list of choices.
Definition CmisProperty.idl:54
any Value
specifies value of the property
Definition CmisProperty.idl:62
string Type
type of the property
Definition CmisProperty.idl:36
string Name
specifies the display name of the CMIS property.
Definition CmisProperty.idl:32
any Choices
specifies the possible choices of the values.
Definition CmisProperty.idl:58
boolean Required
specifies if the property is required and can not be empty.
Definition CmisProperty.idl:45
boolean MultiValued
specifies if the property has multiple value
Definition CmisProperty.idl:49