Home | History | Annotate | Download | only in value

Lines Matching refs:id

24  * This IntegerValue represents a integer value that is identified by a unique ID.
31 private final int id;
35 * Creates a new integer value with the given ID.
37 public IdentifiedIntegerValue(ValueFactory valuefactory, int id)
40 this.id = id;
51 this.id == ((IdentifiedIntegerValue)object).id;
59 id;
65 return "i"+id;