this enum is define in one of my class
public enum Type { TEXT(1), BINARY(2); private final int type; AttributeType(int type) {