Package org.eclipse.emf.cdo.security
Interface UserPassword
- All Known Implementing Classes:
UserPasswordImpl
A representation of the model object 'User Password'.
- See Also:
- Generated
- Extends
- CDOObject
- Model
- No Implement
- This interface is not intended to be implemented by clients.
- No Extend
- This interface is not intended to be extended by clients.
The following features are supported:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Encrypted' attribute.void
setEncrypted
(String value) Sets the value of the 'Encrypted
' attribute.Methods inherited from interface org.eclipse.emf.cdo.CDOObject
cdoConflict, cdoDirectResource, cdoHistory, cdoID, cdoInvalid, cdoLockState, cdoPermission, cdoPrefetch, cdoReadLock, cdoReload, cdoResource, cdoRevision, cdoRevision, cdoState, cdoView, cdoWriteLock, cdoWriteOption
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getEncrypted
String getEncrypted()Returns the value of the 'Encrypted' attribute.If the meaning of the 'Encrypted' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Encrypted' attribute.
- See Also:
- Generated
- Model
-
setEncrypted
Sets the value of the 'Encrypted
' attribute.- Parameters:
value
- the new value of the 'Encrypted' attribute.- See Also:
- Generated
-