|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PushDownConnectionSpecProperty
A representation of the model object 'Push Down Connection Spec Property'.
Information that needs to be set into the CCI connectionSpec. The generated BeanAdaptorBinding (BAB) class will instantiate a connectionSpec class of the type specified in PushDownContainerManagedEntityExtension's connectionSpecClassName, then will call set
The following features are supported:
PushdownejbextPackage.getPushDownConnectionSpecProperty()
Method Summary | |
---|---|
java.lang.String |
getDescription()
Returns the value of the 'Description' attribute |
java.lang.String |
getName()
Returns the value of the 'Name' attribute |
java.lang.String |
getType()
Returns the value of the 'Type' attribute. |
java.lang.String |
getValue()
Returns the value of the 'Value' attribute |
boolean |
isSetType()
Returns whether the value of the ' Type ' attribute is set |
void |
setDescription(java.lang.String value)
Sets the value of the ' Description ' attribute |
void |
setName(java.lang.String value)
Sets the value of the ' Name ' attribute |
void |
setType(java.lang.String value)
Sets the value of the ' Type ' attribute |
void |
setValue(java.lang.String value)
Sets the value of the ' Value ' attribute |
void |
unsetType()
Unsets the value of the ' Type ' 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 getName()
setName(String)
,
PushdownejbextPackage.getPushDownConnectionSpecProperty_Name()
void setName(java.lang.String value)
Name
' attribute.
value
- the new value of the 'Name' attribute.getName()
java.lang.String getValue()
setValue(String)
,
PushdownejbextPackage.getPushDownConnectionSpecProperty_Value()
void setValue(java.lang.String value)
Value
' attribute.
value
- the new value of the 'Value' attribute.getValue()
java.lang.String getType()
"java.lang.String"
.
The datatype of the value to be set. This is either a primitive (like "int") or a fully qualified Java class name. If a Java class name is specified, it is assumed to have a constructor that takes a String parameter (the "value" attribute).
isSetType()
,
unsetType()
,
setType(String)
,
PushdownejbextPackage.getPushDownConnectionSpecProperty_Type()
void setType(java.lang.String value)
Type
' attribute.
value
- the new value of the 'Type' attribute.isSetType()
,
unsetType()
,
getType()
void unsetType()
Type
' attribute.
isSetType()
,
getType()
,
setType(String)
boolean isSetType()
Type
' attribute is set.
unsetType()
,
getType()
,
setType(String)
java.lang.String getDescription()
setDescription(String)
,
PushdownejbextPackage.getPushDownConnectionSpecProperty_Description()
void setDescription(java.lang.String value)
Description
' attribute.
value
- the new value of the 'Description' attribute.getDescription()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |