public interface Country extends GeographicLocation
The following features are supported:
ModelPackage.getCountry()
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getC()
Returns the value of the 'C' attribute.
|
java.lang.String |
getCountryName()
Returns the value of the 'Country Name' attribute.
|
java.util.List |
getDescription()
Returns the value of the 'Description' attribute list.
|
void |
setC(java.lang.String value)
Sets the value of the '
C ' attribute. |
void |
setCountryName(java.lang.String value)
Sets the value of the '
Country Name ' attribute. |
getChangeType, getChildren, getCreateTimestamp, getEntitlementInfo, getGroups, getIdentifier, getModifyTimestamp, getParent, getViewIdentifiers, setChangeType, setCreateTimestamp, setEntitlementInfo, setIdentifier, setModifyTimestamp, setParent
java.lang.String getC()
setC(String)
,
ModelPackage.getCountry_C()
void setC(java.lang.String value)
C
' attribute.
value
- the new value of the 'C' attribute.getC()
java.lang.String getCountryName()
setCountryName(String)
,
ModelPackage.getCountry_CountryName()
void setCountryName(java.lang.String value)
Country Name
' attribute.
value
- the new value of the 'Country Name' attribute.getCountryName()
java.util.List getDescription()
String
.
ModelPackage.getCountry_Description()