-
public final class FieldValue
-
-
Constructor Summary
Constructors Constructor Description FieldValue(Object value, String name)
-
Method Summary
Modifier and Type Method Description final Object
component1()
final String
component2()
final FieldValue
copy(Object value, String name)
final Object
getValue()
final String
getName()
-
-
Method Detail
-
component1
final Object component1()
-
component2
final String component2()
-
copy
final FieldValue copy(Object value, String name)
-
-
-
-