super(type, value, name); this.encoding = encoding;
super(type, DEFAULT.getValue(), DEFAULT.getName()); this.encoding = DEFAULT.getEncoding();
return (Use)type.getDefault();
return encoding;
return type.getUse(style);
return type.getUse(style, dephault);
return type.getEnumNames();
return type.isValid(style);
return type.getUse(value);
return type.size();