com.ibm.websphere.wim.model
Interface Country

All Superinterfaces:
Entity, GeographicLocation

public interface Country
extends GeographicLocation

A representation of the model object 'Country'.

The following features are supported:

See Also:
ModelPackage.getCountry()
Model:
Generated:

Method Summary
 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.
 
Methods inherited from interface com.ibm.websphere.wim.model.Entity
getChildren, getCreateTimestamp, getEntitlementInfo, getGroups, getIdentifier, getModifyTimestamp, getParent, getViewIdentifiers, setCreateTimestamp, setEntitlementInfo, setIdentifier, setModifyTimestamp, setParent
 

Method Detail

getC

java.lang.String getC()
Returns the value of the 'C' attribute.

See Also:
setC(String), ModelPackage.getCountry_C()
Model:
unique="false" dataType="org.eclipse.emf.ecore.xml.type.String"
Generated:
Return:
the value of the 'C' attribute.

setC

void setC(java.lang.String value)
Sets the value of the 'C' attribute.

Parameters:
value - the new value of the 'C' attribute.
See Also:
getC()
Generated:

getCountryName

java.lang.String getCountryName()
Returns the value of the 'Country Name' attribute.

See Also:
setCountryName(String), ModelPackage.getCountry_CountryName()
Model:
unique="false" dataType="org.eclipse.emf.ecore.xml.type.String"
Generated:
Return:
the value of the 'Country Name' attribute.

setCountryName

void setCountryName(java.lang.String value)
Sets the value of the 'Country Name' attribute.

Parameters:
value - the new value of the 'Country Name' attribute.
See Also:
getCountryName()
Generated:

getDescription

java.util.List getDescription()
Returns the value of the 'Description' attribute list. The list contents are of type String.

See Also:
ModelPackage.getCountry_Description()
Model:
type="java.lang.String" unique="false" dataType="org.eclipse.emf.ecore.xml.type.String"
Generated:
Return:
the value of the 'Description' attribute list.