|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--org.eclipse.emf.common.notify.impl.BasicNotifierImpl
|
+--org.eclipse.emf.ecore.impl.BasicEObjectImpl
|
+--org.eclipse.emf.ecore.impl.EObjectImpl
|
+--org.eclipse.emf.ecore.sdo.impl.EDataObjectImpl
|
+--org.eclipse.wst.rdb.internal.models.sql.accesscontrol.impl.RoleAuthorizationImpl
An implementation of the model object 'Role Authorization'.
The following features are implemented:
| Inner classes inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl |
org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EAdapterList |
| Inner classes inherited from class org.eclipse.emf.ecore.InternalEObject |
org.eclipse.emf.ecore.InternalEObject.EStore |
| Fields inherited from class org.eclipse.emf.ecore.impl.EObjectImpl |
ELAST_EOBJECT_FLAG |
| Fields inherited from interface org.eclipse.emf.ecore.InternalEObject |
EOPPOSITE_FEATURE_BASE |
| Method Summary | |
AuthorizationIdentifier |
basicGetGrantee()
|
AuthorizationIdentifier |
basicGetGrantor()
|
Role |
basicGetRole()
|
org.eclipse.emf.common.notify.NotificationChain |
basicSetGrantee(AuthorizationIdentifier newGrantee,
org.eclipse.emf.common.notify.NotificationChain msgs)
|
org.eclipse.emf.common.notify.NotificationChain |
basicSetGrantor(AuthorizationIdentifier newGrantor,
org.eclipse.emf.common.notify.NotificationChain msgs)
|
org.eclipse.emf.common.notify.NotificationChain |
basicSetRole(Role newRole,
org.eclipse.emf.common.notify.NotificationChain msgs)
|
java.lang.Object |
eGet(org.eclipse.emf.ecore.EStructuralFeature eFeature,
boolean resolve)
|
org.eclipse.emf.common.notify.NotificationChain |
eInverseAdd(org.eclipse.emf.ecore.InternalEObject otherEnd,
int featureID,
java.lang.Class baseClass,
org.eclipse.emf.common.notify.NotificationChain msgs)
|
org.eclipse.emf.common.notify.NotificationChain |
eInverseRemove(org.eclipse.emf.ecore.InternalEObject otherEnd,
int featureID,
java.lang.Class baseClass,
org.eclipse.emf.common.notify.NotificationChain msgs)
|
boolean |
eIsSet(org.eclipse.emf.ecore.EStructuralFeature eFeature)
|
void |
eSet(org.eclipse.emf.ecore.EStructuralFeature eFeature,
java.lang.Object newValue)
|
void |
eUnset(org.eclipse.emf.ecore.EStructuralFeature eFeature)
|
AuthorizationIdentifier |
getGrantee()
|
AuthorizationIdentifier |
getGrantor()
|
Role |
getRole()
|
boolean |
isGrantable()
|
void |
setGrantable(boolean newGrantable)
|
void |
setGrantee(AuthorizationIdentifier newGrantee)
|
void |
setGrantor(AuthorizationIdentifier newGrantor)
|
void |
setRole(Role newRole)
|
java.lang.String |
toString()
|
| Methods inherited from class org.eclipse.emf.ecore.sdo.impl.EDataObjectImpl |
createDataObject, createDataObject, createDataObject, createDataObject, createDataObject, createDataObject, delete, get, get, get, getBigDecimal, getBigDecimal, getBigDecimal, getBigInteger, getBigInteger, getBigInteger, getBoolean, getBoolean, getBoolean, getByte, getByte, getByte, getBytes, getBytes, getBytes, getChar, getChar, getChar, getContainer, getContainmentProperty, getDataGraph, getDataObject, getDataObject, getDataObject, getDate, getDate, getDate, getDouble, getDouble, getDouble, getFloat, getFloat, getFloat, getInstanceProperties, getInt, getInt, getInt, getList, getList, getList, getLong, getLong, getLong, getSequence, getSequence, getSequence, getShort, getShort, getShort, getString, getString, getString, getType, isSet, isSet, isSet, set, set, set, setBigDecimal, setBigDecimal, setBigDecimal, setBigInteger, setBigInteger, setBigInteger, setBoolean, setBoolean, setBoolean, setByte, setByte, setByte, setBytes, setBytes, setBytes, setChar, setChar, setChar, setDataObject, setDataObject, setDataObject, setDate, setDate, setDate, setDouble, setDouble, setDouble, setFloat, setFloat, setFloat, setInt, setInt, setInt, setList, setList, setList, setLong, setLong, setLong, setShort, setShort, setShort, setString, setString, setString, unset, unset, unset, writeReplace |
| Methods inherited from class org.eclipse.emf.ecore.impl.EObjectImpl |
eAdapters, eClass, eContainerFeatureID, eDeliver, eIsProxy, eSetClass, eSetDeliver, eSetProxyURI |
| Methods inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl |
eAllContents, eBaseStructuralFeatureID, eBasicRemoveFromContainer, eBasicSetContainer, eContainer, eContainingFeature, eContainmentFeature, eContains, eContents, eCrossReferences, eDerivedStructuralFeatureID, eDerivedStructuralFeatureID, eDynamicBasicRemoveFromContainer, eDynamicGet, eDynamicInverseAdd, eDynamicInverseRemove, eDynamicIsSet, eDynamicSet, eDynamicUnset, eGet, eInternalResource, eObjectForURIFragmentSegment, eOpenGet, eOpenIsSet, eOpenSet, eOpenUnset, eProxyURI, eResolveProxy, eResource, eSetResource, eSetStore, eSetting, eStore, eURIFragmentSegment |
| Methods inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl |
eNotificationRequired, eNotify |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.eclipse.emf.ecore.EObject |
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eIsProxy, eResource |
| Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
eAdapters, eDeliver, eNotify, eSetDeliver |
| Methods inherited from interface org.eclipse.emf.ecore.InternalEObject |
eBaseStructuralFeatureID, eBasicRemoveFromContainer, eBasicSetContainer, eContainerFeatureID, eDerivedStructuralFeatureID, eInternalResource, eNotificationRequired, eObjectForURIFragmentSegment, eProxyURI, eResolveProxy, eSetClass, eSetProxyURI, eSetResource, eSetStore, eSetting, eStore, eURIFragmentSegment |
| Method Detail |
public boolean isGrantable()
isGrantable in interface RoleAuthorizationorg.eclipse.wst.rdb.internal.models.sql.accesscontrol.RoleAuthorizationRoleAuthorization.setGrantable(boolean),
SQLAccessControlPackage.getRoleAuthorization_Grantable()public void setGrantable(boolean newGrantable)
setGrantable in interface RoleAuthorizationorg.eclipse.wst.rdb.internal.models.sql.accesscontrol.RoleAuthorizationvalue - the new value of the 'Grantable' attribute.RoleAuthorization.isGrantable()public Role getRole()
getRole in interface RoleAuthorizationorg.eclipse.wst.rdb.internal.models.sql.accesscontrol.RoleAuthorizationRoleAuthorization.setRole(Role),
SQLAccessControlPackage.getRoleAuthorization_Role(),
Role.getRoleAuthorization()public Role basicGetRole()
public org.eclipse.emf.common.notify.NotificationChain basicSetRole(Role newRole,
org.eclipse.emf.common.notify.NotificationChain msgs)
public void setRole(Role newRole)
setRole in interface RoleAuthorizationorg.eclipse.wst.rdb.internal.models.sql.accesscontrol.RoleAuthorizationvalue - the new value of the 'Role' reference.RoleAuthorization.getRole()public AuthorizationIdentifier getGrantee()
getGrantee in interface RoleAuthorizationorg.eclipse.wst.rdb.internal.models.sql.accesscontrol.RoleAuthorizationRoleAuthorization.setGrantee(AuthorizationIdentifier),
SQLAccessControlPackage.getRoleAuthorization_Grantee(),
AuthorizationIdentifier.getReceivedRoleAuthorization()public AuthorizationIdentifier basicGetGrantee()
public org.eclipse.emf.common.notify.NotificationChain basicSetGrantee(AuthorizationIdentifier newGrantee,
org.eclipse.emf.common.notify.NotificationChain msgs)
public void setGrantee(AuthorizationIdentifier newGrantee)
setGrantee in interface RoleAuthorizationorg.eclipse.wst.rdb.internal.models.sql.accesscontrol.RoleAuthorizationvalue - the new value of the 'Grantee' reference.RoleAuthorization.getGrantee()public AuthorizationIdentifier getGrantor()
getGrantor in interface RoleAuthorizationorg.eclipse.wst.rdb.internal.models.sql.accesscontrol.RoleAuthorizationRoleAuthorization.setGrantor(AuthorizationIdentifier),
SQLAccessControlPackage.getRoleAuthorization_Grantor(),
AuthorizationIdentifier.getGrantedRoleAuthorization()public AuthorizationIdentifier basicGetGrantor()
public org.eclipse.emf.common.notify.NotificationChain basicSetGrantor(AuthorizationIdentifier newGrantor,
org.eclipse.emf.common.notify.NotificationChain msgs)
public void setGrantor(AuthorizationIdentifier newGrantor)
setGrantor in interface RoleAuthorizationorg.eclipse.wst.rdb.internal.models.sql.accesscontrol.RoleAuthorizationvalue - the new value of the 'Grantor' reference.RoleAuthorization.getGrantor()
public org.eclipse.emf.common.notify.NotificationChain eInverseAdd(org.eclipse.emf.ecore.InternalEObject otherEnd,
int featureID,
java.lang.Class baseClass,
org.eclipse.emf.common.notify.NotificationChain msgs)
eInverseAdd in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
public org.eclipse.emf.common.notify.NotificationChain eInverseRemove(org.eclipse.emf.ecore.InternalEObject otherEnd,
int featureID,
java.lang.Class baseClass,
org.eclipse.emf.common.notify.NotificationChain msgs)
eInverseRemove in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
public java.lang.Object eGet(org.eclipse.emf.ecore.EStructuralFeature eFeature,
boolean resolve)
eGet in interface org.eclipse.emf.ecore.EObjecteGet in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
public void eSet(org.eclipse.emf.ecore.EStructuralFeature eFeature,
java.lang.Object newValue)
eSet in interface org.eclipse.emf.ecore.EObjecteSet in class org.eclipse.emf.ecore.impl.BasicEObjectImplpublic void eUnset(org.eclipse.emf.ecore.EStructuralFeature eFeature)
eUnset in interface org.eclipse.emf.ecore.EObjecteUnset in class org.eclipse.emf.ecore.impl.BasicEObjectImplpublic boolean eIsSet(org.eclipse.emf.ecore.EStructuralFeature eFeature)
eIsSet in interface org.eclipse.emf.ecore.EObjecteIsSet in class org.eclipse.emf.ecore.impl.BasicEObjectImplpublic java.lang.String toString()
toString in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||