public abstract class DecoratingPropertyAccessor<D extends BioPAXElement,R> extends PropertyAccessorAdapter<D,R>
| Modifier and Type | Field and Description |
|---|---|
protected PropertyAccessor<D,R> |
impl |
domain, multipleCardinality, range| Modifier | Constructor and Description |
|---|---|
protected |
DecoratingPropertyAccessor(PropertyAccessor<D,R> impl) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isUnknown(Object value)
Checks if the value is unkown.
|
getDomain, getRange, getValueFromBeans, isMultipleCardinalityclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetValueFromBeanprotected PropertyAccessor<D extends BioPAXElement,R> impl
protected DecoratingPropertyAccessor(PropertyAccessor<D,R> impl)
public boolean isUnknown(Object value)
PropertyAccessorvalue - the value to be checkedCopyright © 2017 BioPAX. All rights reserved.