Home
last modified time | relevance | path

Searched defs:stringProperty (Results 1 – 2 of 2) sorted by relevance

/external/hamcrest/hamcrest-library/src/test/java/org/hamcrest/beans/
DSamePropertyValuesAsTest.java65 private String stringProperty; field in SamePropertyValuesAsTest.ExampleBean
69 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()
/external/proguard/examples/annotations/examples/
DBean.java20 public String stringProperty; field in Bean
53 public void setStringProperty(String stringProperty) in setStringProperty()