com.ibm.websphere.wim.model
Interface ContextPropertiesType


public interface ContextPropertiesType

A representation of the model object 'Context Properties Type'.

The following features are supported:

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

Method Summary
 java.lang.String getLang()
          Returns the value of the 'Lang' attribute.
 java.lang.String getValue()
          Returns the value of the 'Value' attribute.
 void setLang(java.lang.String value)
          Sets the value of the 'Lang' attribute.
 void setValue(java.lang.String value)
          Sets the value of the 'Value' attribute.
 

Method Detail

getValue

java.lang.String getValue()
Returns the value of the 'Value' attribute.

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

setValue

void setValue(java.lang.String value)
Sets the value of the 'Value' attribute.

Parameters:
value - the new value of the 'Value' attribute.
See Also:
getValue()
Generated:

getLang

java.lang.String getLang()
Returns the value of the 'Lang' attribute.

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

setLang

void setLang(java.lang.String value)
Sets the value of the 'Lang' attribute.

Parameters:
value - the new value of the 'Lang' attribute.
See Also:
getLang()
Generated: