class PIM::MappingFunctionParameter

Constants

OBJECT_SELECT_FROM_SOURCES
PARAM_TYPES
SELECT_FROM_TYPES

Public Class Methods

new(*args) click to toggle source
Calls superclass method PIM::BuildingObject::new
# File pim.rb, line 10086
def initialize *args
  super
  check_non_empty :name
end

Public Instance Methods

convert_value(value) click to toggle source
# File pim.rb, line 10091
def convert_value value
  MappingFunctionUtil.convert_value(value, @type, @select_multiple)
end