Constant Field Values

Contents

org.jibx.*

  • org.jibx.binding.util.ObjectStack
    Modifier and Type
    Constant Field
    Value
    public static final int
    8
  • org.jibx.schema.codegen.extend.CollectionMethodsDecorator
    Modifier and Type
    Constant Field
    Value
    private static final String
    "class Gorph { java.util.List $1; /** Get the number of $0 items.\n * @return count\n */\npublic int size$5() { return $1.size(); }/** Add a $0 item.\n * @param item\n */\npublic void add$2($3 item) { $1.add(item); }/** Get $0 item by position.\n * @return item\n * @param index\n */\npublic $3 get$2(int index) { return $4$1.get(index); }/** Remove all $0 items.\n */\npublic void clear$5() { $1.clear(); } }"