|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PushDownCMPAttribute
A representation of the model object 'Push Down CMP Attribute'. CMP attribute mapping info for procedural CMP beans.
The following features are supported:
PushdownejbextPackage.getPushDownCMPAttribute()
Method Summary | |
---|---|
java.lang.String |
getBackEndAttributeName()
Returns the value of the 'Back End Attribute Name' attribute |
org.eclipse.jst.j2ee.ejb.CMPAttribute |
getCmpAttribute()
Returns the value of the 'Cmp Attribute' reference |
boolean |
isComputedValue()
Returns the value of the 'Computed Value' attribute. |
boolean |
isSetComputedValue()
Returns whether the value of the ' Computed Value ' attribute is set |
void |
setBackEndAttributeName(java.lang.String value)
Sets the value of the ' Back End Attribute Name ' attribute |
void |
setCmpAttribute(org.eclipse.jst.j2ee.ejb.CMPAttribute value)
Sets the value of the ' Cmp Attribute ' reference |
void |
setComputedValue(boolean value)
Sets the value of the ' Computed Value ' attribute |
void |
unsetComputedValue()
Unsets the value of the ' Computed Value ' attribute |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Method Detail |
---|
java.lang.String getBackEndAttributeName()
setBackEndAttributeName(String)
,
PushdownejbextPackage.getPushDownCMPAttribute_BackEndAttributeName()
void setBackEndAttributeName(java.lang.String value)
Back End Attribute Name
' attribute.
value
- the new value of the 'Back End Attribute Name' attribute.getBackEndAttributeName()
boolean isComputedValue()
"false"
.
Indicates whether the value of the CMP field is computed by a back-end method/procedure. If true, then the attribute's getter method is treated as a push-down method.
isSetComputedValue()
,
unsetComputedValue()
,
setComputedValue(boolean)
,
PushdownejbextPackage.getPushDownCMPAttribute_ComputedValue()
void setComputedValue(boolean value)
Computed Value
' attribute.
value
- the new value of the 'Computed Value' attribute.isSetComputedValue()
,
unsetComputedValue()
,
isComputedValue()
void unsetComputedValue()
Computed Value
' attribute.
isSetComputedValue()
,
isComputedValue()
,
setComputedValue(boolean)
boolean isSetComputedValue()
Computed Value
' attribute is set.
unsetComputedValue()
,
isComputedValue()
,
setComputedValue(boolean)
org.eclipse.jst.j2ee.ejb.CMPAttribute getCmpAttribute()
setCmpAttribute(CMPAttribute)
,
PushdownejbextPackage.getPushDownCMPAttribute_CmpAttribute()
void setCmpAttribute(org.eclipse.jst.j2ee.ejb.CMPAttribute value)
Cmp Attribute
' reference.
value
- the new value of the 'Cmp Attribute' reference.getCmpAttribute()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |