Interface TypedFieldValue
-
- All Known Implementing Classes:
TypedFieldValueImpl
public interface TypedFieldValueThe composite of TypedField and correspondingTypedValue(s)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TypedFieldgetField()TypedValuegetValue()TypedValue[]getValues()
-
-
-
Method Detail
-
getField
TypedField getField()
- Returns:
- the corresponding TypedField
-
getValue
TypedValue getValue()
- Returns:
- the associated value
- Throws:
IllegalArgumentException- if the field is an array
-
getValues
TypedValue[] getValues()
- Returns:
- the associated values
- Throws:
IllegalArgumentException- if the field is not an array
-
-