Class LevelsOptionImpl
java.lang.Object
org.apache.olingo.server.core.uri.queryoption.QueryOptionImpl
org.apache.olingo.server.core.uri.queryoption.SystemQueryOptionImpl
org.apache.olingo.server.core.uri.queryoption.LevelsOptionImpl
- All Implemented Interfaces:
LevelsExpandOption,QueryOption,SystemQueryOption
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.olingo.server.core.uri.queryoption.SystemQueryOptionImpl
getKind, getName, setKindMethods inherited from class org.apache.olingo.server.core.uri.queryoption.QueryOptionImpl
getText, setName, setTextMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.olingo.server.api.uri.queryoption.QueryOption
getText
-
Constructor Details
-
LevelsOptionImpl
public LevelsOptionImpl()
-
-
Method Details
-
setValue
-
isMax
public boolean isMax()- Specified by:
isMaxin interfaceLevelsExpandOption- Returns:
- Levels was max
-
setMax
-
getValue
public int getValue()- Specified by:
getValuein interfaceLevelsExpandOption- Returns:
- Value of $levels
-