Interface Tuple
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BavetTupleStategetState()Object[]getStore()voidsetState(BavetTupleState state)
-
-
-
Method Detail
-
getState
BavetTupleState getState()
-
setState
void setState(BavetTupleState state)
-
getStore
Object[] getStore()
-
-