| Modifier and Type | Method and Description |
|---|---|
Method<O,?> |
getAccessor()
Get this property's accessor method.
|
Field<O> |
getField()
Get the field that stores the value of the property.
|
Method<O,?> |
getMutator()
Get this property's mutator method.
|
Type<O> |
getType()
Get this property's
Type. |
boolean |
hasField()
Learn whether this property is backed by a
Field. |
boolean |
isAccessible()
Learn whether this property is accessible (i.e.
|
boolean |
isMutable()
Learn whether this property is mutable (i.e.
|
getInternalboolean hasField()
Field.boolean isAccessible()
boolean isMutable()
Copyright © 2014 JBoss by Red Hat. All rights reserved.