public interface Contact
The following features are supported:
TestPackage.getContact()| Modifier and Type | Method and Description |
|---|---|
ContactContextType |
getContext()
Returns the value of the 'Context' attribute.
|
ContactType |
getType()
Returns the value of the 'Type' attribute.
|
java.lang.String |
getValue()
Returns the value of the 'Value' attribute.
|
void |
setContext(ContactContextType value)
Sets the value of the '
Context' attribute. |
void |
setType(ContactType value)
Sets the value of the '
Type' attribute. |
void |
setValue(java.lang.String value)
Sets the value of the '
Value' attribute. |
ContactType getType()
ContactType.
If the meaning of the 'Type' attribute isn't clear, there really should be more of a description here...
ContactType,
setType(ContactType),
TestPackage.getContact_Type()void setType(ContactType value)
Type' attribute.
value - the new value of the 'Type' attribute.ContactType,
getType()java.lang.String getValue()
If the meaning of the 'Value' attribute isn't clear, there really should be more of a description here...
setValue(String),
TestPackage.getContact_Value()void setValue(java.lang.String value)
Value' attribute.
value - the new value of the 'Value' attribute.getValue()ContactContextType getContext()
ContactContextType.
If the meaning of the 'Context' attribute isn't clear, there really should be more of a description here...
ContactContextType,
setContext(ContactContextType),
TestPackage.getContact_Context()void setContext(ContactContextType value)
Context' attribute.
value - the new value of the 'Context' attribute.ContactContextType,
getContext()Data In Motion Consulting GmbH