Searched defs:intProperty (Results 1 – 5 of 5) sorted by relevance
66 private int intProperty; field in SamePropertyValuesAsTest.ExampleBean69 public ExampleBean(String stringProperty, int intProperty, Value valueProperty) { in ExampleBean()87 … public SubBeanWithNoExtraProperties(String stringProperty, int intProperty, Value valueProperty) { in SubBeanWithNoExtraProperties()93 public SubBeanWithExtraProperty(String stringProperty, int intProperty, Value valueProperty) { in SubBeanWithExtraProperty()
25 @property int intProperty; property39 - (int)intProperty { return 0; } method52 - (int)intProperty { return 0; } method
65 private Integer intProperty; field in ReflectionUtilsTest.TestClass
76 Integer intProperty = null; in isPropertyAvailable() local
355 public abstract int intProperty(); in intProperty() method in AutoValueTest.IntProperty357 public static IntProperty create(int intProperty) { in create()365 IntProperty intProperty = IntProperty.create(intValue); in testIntHashCode() local