Package org.jcsp.net.settings
Interface Req
-
- All Known Implementing Classes:
ConnectionOriented
,MaxPing
,MinMemory
,MinSpeed
,Reliable
,ReqProtocol
,Wireless
public interface Req
A system requirement.- Author:
- Quickstone Technologies Limited
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
getBooleanValue()
String
getComparator()
double
getDoubleValue()
int
getIntValue()
String
getName()
String
getStringValue()
Class
getType()
-