public interface Developer
extends org.eclipse.emf.ecore.EObject
The following features are supported:
PomPackage.getDeveloper()| Modifier and Type | Method and Description |
|---|---|
String |
getEmail()
Returns the value of the 'Email' attribute.
|
String |
getId()
Returns the value of the 'Id' attribute.
|
String |
getName()
Returns the value of the 'Name' attribute.
|
String |
getOrganization()
Returns the value of the 'Organization' attribute.
|
String |
getOrganizationUrl()
Returns the value of the 'Organization Url' attribute.
|
org.eclipse.emf.common.util.EList<PropertyElement> |
getProperties()
Returns the value of the 'Properties' containment reference list.
|
org.eclipse.emf.common.util.EList<String> |
getRoles()
Returns the value of the 'Roles' attribute list.
|
String |
getTimezone()
Returns the value of the 'Timezone' attribute.
|
String |
getUrl()
Returns the value of the 'Url' attribute.
|
boolean |
isSetProperties()
Returns whether the value of the '
Properties' containment reference list is set. |
boolean |
isSetRoles()
Returns whether the value of the '
Roles'
attribute list is set. |
void |
setEmail(String value)
Sets the value of the '
Email' attribute. |
void |
setId(String value)
Sets the value of the '
Id' attribute. |
void |
setName(String value)
Sets the value of the '
Name' attribute. |
void |
setOrganization(String value)
Sets the value of the '
Organization'
attribute. |
void |
setOrganizationUrl(String value)
Sets the value of the '
Organization Url' attribute. |
void |
setTimezone(String value)
Sets the value of the '
Timezone' attribute. |
void |
setUrl(String value)
Sets the value of the '
Url' attribute. |
void |
unsetProperties()
Unsets the value of the '
Properties'
containment reference list. |
void |
unsetRoles()
Unsets the value of the '
Roles' attribute list. |
String getId()
setId(String),
PomPackage.getDeveloper_Id()void setId(String value)
Id' attribute. value - the new value of the 'Id' attribute.getId()String getName()
setName(String),
PomPackage.getDeveloper_Name()void setName(String value)
Name' attribute. value - the new value of the 'Name' attribute.getName()String getEmail()
setEmail(String),
PomPackage.getDeveloper_Email()void setEmail(String value)
Email' attribute. value - the new value of the 'Email' attribute.getEmail()String getUrl()
setUrl(String),
PomPackage.getDeveloper_Url()void setUrl(String value)
Url' attribute. value - the new value of the 'Url' attribute.getUrl()String getOrganization()
setOrganization(String),
PomPackage.getDeveloper_Organization()void setOrganization(String value)
Organization'
attribute. value - the new value of the 'Organization' attribute.getOrganization()String getOrganizationUrl()
setOrganizationUrl(String),
PomPackage.getDeveloper_OrganizationUrl()void setOrganizationUrl(String value)
Organization Url' attribute. value - the new value of the 'Organization Url' attribute.getOrganizationUrl()String getTimezone()
setTimezone(String),
PomPackage.getDeveloper_Timezone()void setTimezone(String value)
Timezone' attribute.
value - the new value of the 'Timezone' attribute.getTimezone()org.eclipse.emf.common.util.EList<PropertyElement> getProperties()
PropertyElement. 3.0.0+ Properties about the contributor, such as an instant messenger handle. isSetProperties(),
unsetProperties(),
PomPackage.getDeveloper_Properties()void unsetProperties()
Properties'
containment reference list. isSetProperties(),
getProperties()boolean isSetProperties()
Properties' containment reference list is set. unsetProperties(),
getProperties()org.eclipse.emf.common.util.EList<String> getRoles()
String.
If the meaning of the 'Roles' attribute list isn't clear, there really should be more of a description here...
isSetRoles(),
unsetRoles(),
PomPackage.getDeveloper_Roles()void unsetRoles()
Roles' attribute list.
isSetRoles(),
getRoles()boolean isSetRoles()
Roles'
attribute list is set. unsetRoles(),
getRoles()Copyright © 2005–2021 Eclipse Foundation. All rights reserved.