if (propertyType == null) {
throw new CmisRuntimeException("Invalid property type '" + id + "'! Data type not set!");
}
// find
Cardinality cardinality = getEnum(json, JSON_PROPERTY_TYPE_CARDINALITY, Cardinality.class);
if (cardinality == null) {
throw new CmisRuntimeException("Invalid property type '" + id + "'! Cardinality not set!");
}
switch (propertyType) {