|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Phone
A representation of the model object 'Phone'. Phone number.
The following features are supported:
PartyPackage.getPhone()| Method Summary | |
|---|---|
int |
getAreaCode()
Returns the value of the 'Area Code' attribute. |
String |
getCountryCode()
Returns the value of the 'Country Code' attribute. |
String |
getNumber()
Returns the value of the 'Number' attribute. |
void |
setAreaCode(int value)
Sets the value of the ' Area Code' attribute. |
void |
setCountryCode(String value)
Sets the value of the ' Country Code' attribute. |
void |
setNumber(String value)
Sets the value of the ' Number' attribute. |
| Methods inherited from interface com.hammurapi.party.ContactInfo |
|---|
getCategory, getOwner, setCategory, setOwner |
| Methods inherited from interface com.hammurapi.party.DateEffectiveObject |
|---|
getEnd, getStart, isEffective, isEffectiveNow, setEnd, setStart |
| Methods inherited from interface com.hammurapi.party.Tagged |
|---|
getComment, getTags, setComment |
| 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 |
|---|
String getCountryCode()
setCountryCode(String),
PartyPackage.getPhone_CountryCode()void setCountryCode(String value)
Country Code' attribute.
value - the new value of the 'Country Code' attribute.getCountryCode()int getAreaCode()
setAreaCode(int),
PartyPackage.getPhone_AreaCode()void setAreaCode(int value)
Area Code' attribute.
value - the new value of the 'Area Code' attribute.getAreaCode()String getNumber()
setNumber(String),
PartyPackage.getPhone_Number()void setNumber(String value)
Number' attribute.
value - the new value of the 'Number' attribute.getNumber()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||