public class ZKDefaultQuery extends Object
| Modifier and Type | Field and Description |
|---|---|
ch.cern.ZKDefaultQuery.DuplicateACLDef |
duplicateACL |
ch.cern.ZKDefaultQuery.ExactACLDef |
exactACL |
ch.cern.ZKDefaultQuery.GlobMatchACLDef |
globMatchACL |
ch.cern.ZKDefaultQuery.GlobMatchPathDef |
globMatchPath |
ch.cern.ZKDefaultQuery.NoACLDef |
noACL |
ch.cern.ZKDefaultQuery.NoSatisfyACLDef |
noSatisfyACL |
ch.cern.ZKDefaultQuery.ParentYesChildNoDef |
parentYesChildNo |
ch.cern.ZKDefaultQuery.RegexMatchACLDef |
regexMatchACL |
ch.cern.ZKDefaultQuery.RegexMatchPathDef |
regexMatchPath |
ch.cern.ZKDefaultQuery.SatisfyACLDef |
satisfyACL |
| Constructor and Description |
|---|
ZKDefaultQuery() |
| Modifier and Type | Method and Description |
|---|---|
ZKQuery |
getValueOf(String lookingForValue)
Get value of class field using its name.
|
public ch.cern.ZKDefaultQuery.ExactACLDef exactACL
public ch.cern.ZKDefaultQuery.NoACLDef noACL
public ch.cern.ZKDefaultQuery.SatisfyACLDef satisfyACL
public ch.cern.ZKDefaultQuery.NoSatisfyACLDef noSatisfyACL
public ch.cern.ZKDefaultQuery.ParentYesChildNoDef parentYesChildNo
public ch.cern.ZKDefaultQuery.DuplicateACLDef duplicateACL
public ch.cern.ZKDefaultQuery.RegexMatchACLDef regexMatchACL
public ch.cern.ZKDefaultQuery.GlobMatchACLDef globMatchACL
public ch.cern.ZKDefaultQuery.GlobMatchPathDef globMatchPath
public ch.cern.ZKDefaultQuery.RegexMatchPathDef regexMatchPath
public ZKQuery getValueOf(String lookingForValue) throws NoSuchFieldException, SecurityException, IllegalArgumentException, IllegalAccessException
lookingForValue - Field nameNoSuchFieldExceptionSecurityExceptionIllegalArgumentExceptionIllegalAccessExceptionCopyright © 2020. All rights reserved.