public abstract class AbstractAccessor extends Object implements Accessor
Constructor and Description |
---|
AbstractAccessor() |
Modifier and Type | Method and Description |
---|---|
Set<String> |
getCategories() |
boolean |
isEqualsOnly() |
boolean |
isIgnored() |
void |
setCategories(Set<String> categories) |
void |
setEqualsOnly(boolean equalsOnly) |
void |
setIgnored(boolean ignored) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getPathElement
public final Set<String> getCategories()
getCategories
in interface PropertyDescriptor
public boolean isEqualsOnly()
isEqualsOnly
in interface PropertyDescriptor
public void setEqualsOnly(boolean equalsOnly)
public boolean isIgnored()
isIgnored
in interface PropertyDescriptor
public void setIgnored(boolean ignored)
Copyright © 2013. All Rights Reserved.