com.ibm.websphere.wim.model
Interface LangType


public interface LangType

A representation of the model object 'Lang Type'.

The following features are supported:

See Also:
ModelPackage.getLangType()
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.
 boolean isSetLang()
          Returns whether the value of the 'Lang' attribute is set.
 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.
 void unsetLang()
          Unsets the value of the 'Lang' attribute.
 

Method Detail

getValue

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

See Also:
setValue(String), ModelPackage.getLangType_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. The default value is "en".

See Also:
isSetLang(), unsetLang(), setLang(String), ModelPackage.getLangType_Lang()
Model:
default="en" unique="false" unsettable="true" 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:
isSetLang(), unsetLang(), getLang()
Generated:

unsetLang

void unsetLang()
Unsets the value of the 'Lang' attribute.

See Also:
isSetLang(), getLang(), setLang(String)
Generated:

isSetLang

boolean isSetLang()
Returns whether the value of the 'Lang' attribute is set.

See Also:
unsetLang(), getLang(), setLang(String)
Generated:
Return:
whether the value of the 'Lang' attribute is set.