public class PropertyAccessEmbeddedImpl extends java.lang.Object implements PropertyAccess
Getter.getReturnType(). Ultimately I'd prefer to
model that "common information" on PropertyAccess itself.| Constructor and Description |
|---|
PropertyAccessEmbeddedImpl(PropertyAccessStrategyEmbeddedImpl strategy,
java.lang.Class containerType,
java.lang.String propertyName) |
| Modifier and Type | Method and Description |
|---|---|
Getter |
getGetter()
Obtain the delegate for getting values for the described persistent property
|
PropertyAccessStrategy |
getPropertyAccessStrategy()
Access to the PropertyAccessStrategy that created this PropertyAccess
|
Setter |
getSetter()
Obtain the delegate for setting values for the described persistent property
|
public PropertyAccessEmbeddedImpl(PropertyAccessStrategyEmbeddedImpl strategy, java.lang.Class containerType, java.lang.String propertyName)
public PropertyAccessStrategy getPropertyAccessStrategy()
PropertyAccessgetPropertyAccessStrategy in interface PropertyAccesspublic Getter getGetter()
PropertyAccessgetGetter in interface PropertyAccesspublic Setter getSetter()
PropertyAccessgetSetter in interface PropertyAccessCopyright © 2001-2018 Red Hat, Inc. All Rights Reserved.