This commit is contained in:
Redkale
2018-07-20 10:01:59 +08:00
parent 2874e7d195
commit a8ff82229f

View File

@@ -69,6 +69,18 @@ public final class EnMember<W extends Writer, T, F> {
return attribute;
}
public Encodeable<W, F> getEncoder() {
return encoder;
}
public boolean isStringType() {
return istring;
}
public boolean isBoolType() {
return isbool;
}
public int getIndex() {
return this.index;
}