public final class VirtualListViewRequestGrammar extends org.apache.directory.api.asn1.ber.grammar.AbstractGrammar<VirtualListViewRequestContainer>
VirtualListViewRequest ::= SEQUENCE {
beforeCount INTEGER (0..maxInt),
afterCount INTEGER (0..maxInt),
target CHOICE {
byOffset [0] SEQUENCE {
offset INTEGER (1 .. maxInt),
contentCount INTEGER (0 .. maxInt)
},
greaterThanOrEqual [1] AssertionValue
},
contextID OCTET STRING OPTIONAL
}
| Modifier and Type | Field and Description |
|---|---|
private static org.apache.directory.api.asn1.ber.grammar.Grammar<?> |
instance |
(package private) static boolean |
IS_DEBUG |
(package private) static org.slf4j.Logger |
LOG |
| Modifier | Constructor and Description |
|---|---|
private |
VirtualListViewRequestGrammar()
Creates a new VirtualListViewRequestGrammar object.
|
| Modifier and Type | Method and Description |
|---|---|
static org.apache.directory.api.asn1.ber.grammar.Grammar<?> |
getInstance() |
static final org.slf4j.Logger LOG
static final boolean IS_DEBUG
private static org.apache.directory.api.asn1.ber.grammar.Grammar<?> instance
Copyright © 2003–2017 The Apache Software Foundation. All rights reserved.