Class AbstractOperationMultiValuedProperty

    • Constructor Detail

      • AbstractOperationMultiValuedProperty

        public AbstractOperationMultiValuedProperty()
    • Method Detail

      • checkFieldType

        protected void checkFieldType​(Type type,
                                      Object value)
                               throws OperationException
        Check if the given field type store a list of values and if the given value is compatible with the given type. We assume the Type store a list of scalar values, not complex types.
        Throws:
        OperationException