class FrOData::Properties::Int16

Defines the Integer (16 bit) FrOData type.

Public Instance Methods

type() click to toggle source

The FrOData type name

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

Private Instance Methods

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