Interface Language
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,MdObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
LanguageImpl
public interface Language extends MdObject
A representation of the model object 'Language'.The following features are supported:
- See Also:
MdClassPackage.getLanguage()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getLanguageCode()
Returns the value of the 'Language Code' attribute.void
setLanguageCode(String value)
Sets the value of the 'Language Code
' attribute.boolean
validate(org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
-
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
-
Methods inherited from interface com._1c.g5.v8.dt.metadata.mdclass.MdObject
getComment, getExtendedConfigurationObject, getExtension, getName, getObjectBelonging, getSynonym, getUuid, setComment, setExtendedConfigurationObject, setExtension, setName, setObjectBelonging, setUuid
-
-
-
-
Method Detail
-
getLanguageCode
String getLanguageCode()
Returns the value of the 'Language Code' attribute.- Returns:
- the value of the 'Language Code' attribute.
- See Also:
setLanguageCode(String)
,MdClassPackage.getLanguage_LanguageCode()
-
setLanguageCode
void setLanguageCode(String value)
Sets the value of the 'Language Code
' attribute.- Parameters:
value
- the new value of the 'Language Code' attribute.- See Also:
getLanguageCode()
-
-