io.protostuff.generator.java.oneof.stg Maven / Gradle / Ivy
delimiters "<", ">"
one_of(oneOf) ::= <<
public enum implements io.protostuff.EnumLite\<\>{
(),}; separator="\n">
(0);
private final int value;
private (int n) {
this.value = n;
}
@Override
public int getNumber() {
return value;
}
public static final valueOf(int tag) {
switch(tag) {
case 0: return ;
: return ;}; separator="\n">
default: throw new IllegalArgumentException(String.valueOf(tag));
}
}
}
>>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy