Interface User
-
- All Superinterfaces:
Comparable<Object>
,Element
,org.eclipse.emf.ecore.EModelElement
,org.eclipse.emf.ecore.EObject
,IdentifiedElement
,MDWEObject
,MDWObject
,NamedElement
,org.eclipse.emf.common.notify.Notifier
,com.sodius.mdw.corext.model.emf.OnDemandEObject
,Principal
public interface User extends Principal
A representation of the model object 'User'.The following features are supported:
- See Also:
IntegrityPackage.getUser()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getFullName()
Returns the value of the 'Full Name' attribute.void
setFullName(String value)
Sets the value of the 'Full Name
' attribute.-
Methods inherited from interface com.sodius.mdw.metamodel.integrity.Element
eUninitialize
-
Methods inherited from interface org.eclipse.emf.ecore.EModelElement
getEAnnotation, getEAnnotations
-
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 com.sodius.mdw.metamodel.integrity.IdentifiedElement
getId, setId
-
Methods inherited from interface com.sodius.mdw.core.model.MDWObject
compareTo, eExtendedClass, eIsInstanceOf, eIsInstanceOf, eIsProfiled, eIsRemoved, eMetamodel, eMetaTypeName, eModel, eRemove, eSetUniqueID, eUniqueID, superScript, superScript, toBoolean, toBoolean, toByte, toByte, toChar, toChar, toDouble, toDouble, toFloat, toFloat, toInt, toInt, toList, toList, toList, toList, toList, toLong, toLong, toObject, toObject, toSet, toSet, toShort, toShort, toString, toString
-
Methods inherited from interface com.sodius.mdw.metamodel.integrity.NamedElement
getDescription, getName, setDescription, setName
-
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Methods inherited from interface com.sodius.mdw.metamodel.integrity.Principal
getEmail, isActive, setEmail, setIsActive
-
-
-
-
Method Detail
-
getFullName
String getFullName()
Returns the value of the 'Full Name' attribute. The default value is""
.- Returns:
- the value of the 'Full Name' attribute.
- See Also:
setFullName(String)
,IntegrityPackage.getUser_FullName()
-
setFullName
void setFullName(String value)
Sets the value of the 'Full Name
' attribute.- Parameters:
value
- the new value of the 'Full Name' attribute.- See Also:
getFullName()
-
-