Searched defs:oldInt (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/test/javax/management/mxbean/
H A DPropertyNamesTest.java79 new CompositeType("Evolved", "descr", new String[] {"oldInt"},
80 new String[] {"oldInt descr"},
83 new CompositeDataSupport(evolvedType, new String[] {"oldInt"},
88 if ((Integer) evolved1.get("oldInt") != 5
124 @ConstructorProperties({"oldInt"})
125 public Evolve(int oldInt) { argument
126 this(oldInt, "defaultString");
129 @ConstructorProperties({"oldInt", "newString"})
130 public Evolve(int oldInt, String newString) { argument
131 this(oldInt, newStrin
135 Evolve(int oldInt, String newString, List<String> newerList) argument
153 private final int oldInt; field in class:PropertyNamesTest.Evolve
[all...]

Completed in 30 milliseconds