Package io.hyperfoil.api.session
Interface ReadAccess
-
- All Superinterfaces:
java.io.Serializable
- All Known Subinterfaces:
IntAccess,ObjectAccess,WriteAccess
public interface ReadAccess extends java.io.Serializable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetInt(Session session)java.lang.ObjectgetObject(Session session)Session.VargetVar(Session session)intindex()booleanisSequenceScoped()booleanisSet(Session session)java.lang.Objectkey()voidsetIndex(int index)
-
-
-
Method Detail
-
isSet
boolean isSet(Session session)
-
getObject
java.lang.Object getObject(Session session)
-
getInt
int getInt(Session session)
-
isSequenceScoped
boolean isSequenceScoped()
-
getVar
Session.Var getVar(Session session)
-
key
java.lang.Object key()
-
setIndex
void setIndex(int index)
-
index
int index()
-
-