All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.protostuff.generator.java.oneof.stg Maven / Gradle / Ivy

There is a newer version: 3.1.40
Show newest version
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