public static interface RelationalObject.Filter
Modifier and Type | Method and Description |
---|---|
boolean |
rejectDescriptor(String descriptorName) |
boolean |
rejectProperty(String propName) |
boolean rejectDescriptor(String descriptorName)
descriptorName
- the name of the descriptor being checked (cannot be empty)true
if the descriptor should be rejectboolean rejectProperty(String propName)
propName
- the name of the property being checked (cannot be empty)true
if this property should be rejectedCopyright © 2013–2019. All rights reserved.