Package org.ehrbase.aql.compiler
Class TopAttributes
- java.lang.Object
-
- org.ehrbase.aql.compiler.TopAttributes
-
public class TopAttributes extends Object
Representation of the TOP parameter Created by christian on 5/24/2016.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTopAttributes.TopDirection
-
Constructor Summary
Constructors Constructor Description TopAttributes(Integer window, TopAttributes.TopDirection direction)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TopAttributes.TopDirectiongetDirection()IntegergetWindow()
-
-
-
Constructor Detail
-
TopAttributes
public TopAttributes(Integer window, TopAttributes.TopDirection direction)
-
-
Method Detail
-
getWindow
public Integer getWindow()
-
getDirection
public TopAttributes.TopDirection getDirection()
-
-