class Frodo::Properties::Int16

Defines the Integer (16 bit) Frodo type.

Public Instance Methods

type() click to toggle source

The Frodo type name

# File lib/frodo/properties/integer.rb, line 51
def type
  'Edm.Int16'
end

Private Instance Methods

exponent_size() click to toggle source
# File lib/frodo/properties/integer.rb, line 57
def exponent_size
  15
end