|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface License
Specifies licensing requirements for the resource adapter module. Specifies whether a license is required to deploy and use this resource adapter, and an optional description of the licensing terms (examples: duration of license, number of connection restrictions).
Method Summary | |
---|---|
java.lang.String |
getDescription()
|
org.eclipse.emf.common.util.EList |
getDescriptions()
Returns the value of the 'Descriptions' containment reference list. |
boolean |
isRequired()
|
boolean |
isSetRequired()
Returns whether the value of the ' Required ' attribute is set |
void |
setDescription(java.lang.String value)
|
void |
setRequired(boolean value)
|
void |
unsetRequired()
Unsets the value of the ' Required ' 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 getDescription()
void setDescription(java.lang.String value)
value
- The new value of the Description attributeboolean isRequired()
void setRequired(boolean value)
value
- The new value of the Required attributevoid unsetRequired()
Required
' attribute.
isSetRequired()
,
isRequired()
,
setRequired(boolean)
boolean isSetRequired()
Required
' attribute is set.
unsetRequired()
,
isRequired()
,
setRequired(boolean)
org.eclipse.emf.common.util.EList getDescriptions()
Description
.
If the meaning of the 'Descriptions' containment reference list isn't clear, there really should be more of a description here...
JcaPackage.getLicense_Descriptions()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |