Module: EasyTag::Attributes::Type

Defined in:
lib/easytag/attributes/base.rb

Overview

for type casting

Constant Summary collapse

STRING =
0
INT =
1
FLOAT =
2
INT_LIST =
3
STRING_LIST =
4
BOOLEAN =
5
DATETIME =
6
LIST =
7