ACC SHELL
package LibStorage::PartitionSlotInfo;
BEGIN {
%TYPEINFO = (
ALL_METHODS => 0,
new => ["function", "any", "string"],
swig_cylStart_get => ["function", "integer", "any"],
swig_cylStart_set => ["function", "void", "any", "integer"],
swig_cylSize_get => ["function", "integer", "any"],
swig_cylSize_set => ["function", "void", "any", "integer"],
swig_primarySlot_get => ["function", "boolean", "any"],
swig_primarySlot_set => ["function", "void", "any", "boolean"],
swig_primaryPossible_get => ["function", "boolean", "any"],
swig_primaryPossible_set => ["function", "void", "any", "boolean"],
swig_extendedSlot_get => ["function", "boolean", "any"],
swig_extendedSlot_set => ["function", "void", "any", "boolean"],
swig_extendedPossible_get => ["function", "boolean", "any"],
swig_extendedPossible_set => ["function", "void", "any", "boolean"],
swig_logicalSlot_get => ["function", "boolean", "any"],
swig_logicalSlot_set => ["function", "void", "any", "boolean"],
swig_logicalPossible_get => ["function", "boolean", "any"],
swig_logicalPossible_set => ["function", "void", "any", "boolean"],
);
}
1;
ACC SHELL 2018