Class: IceGrid::BoxedStringPrx

Inherits:
Ice::ObjectPrx
  • Object
show all
Includes:
BoxedStringPrx_mixin
Defined in:
lib/IceGrid/Descriptor.rb

Constant Summary collapse

ICE_TYPE =
T_BoxedStringPrx

Class Method Summary collapse

Class Method Details

.checkedCast(proxy, facetOrCtx = nil, _ctx = nil) ⇒ Object



1261
1262
1263
# File 'lib/IceGrid/Descriptor.rb', line 1261

def BoxedStringPrx.checkedCast(proxy, facetOrCtx=nil, _ctx=nil)
    ice_checkedCast(proxy, '::IceGrid::BoxedString', facetOrCtx, _ctx)
end

.ice_staticIdObject



1268
1269
1270
# File 'lib/IceGrid/Descriptor.rb', line 1268

def BoxedStringPrx.ice_staticId()
    '::IceGrid::BoxedString'
end

.uncheckedCast(proxy, facet = nil) ⇒ Object



1265
1266
1267
# File 'lib/IceGrid/Descriptor.rb', line 1265

def BoxedStringPrx.uncheckedCast(proxy, facet=nil)
    ice_uncheckedCast(proxy, facet)
end