Searched refs:someValue (Results 1 – 5 of 5) sorted by relevance
474 private String someValue; field in ShadowIntentTest.TestSerializable476 public TestSerializable(String someValue) { in TestSerializable() argument477 this.someValue = someValue; in TestSerializable()487 … if (someValue != null ? !someValue.equals(that.someValue) : that.someValue != null) return false; in equals()494 return someValue != null ? someValue.hashCode() : 0; in hashCode()
68 public String someValue = UUID.randomUUID().toString(); field in TestWithGenerics.SomeObject181 so.someValue = "xxxxxx"; in testJackson387()
102 public int someValue = 3; field in TestNamingStrategyStd.DefaultNaming
1005 readonly attribute string someValue;1008 yields three accessor functions: a "get" method for :attr:`someValue`1012 Python attributes: ``object.someValue`` is *not* required to work, and may
1027 readonly attribute string someValue;1030 yields three accessor functions: a "get" method for :attr:`someValue`1034 Python attributes: ``object.someValue`` is *not* required to work, and may