Class LanguageKind
- class ooodev.utils.kind.language_kind.LanguageKind(value)[source]
An enumeration.
- static from_str(s)[source]
Gets an
LanguageKindinstance from string.- Parameters:
s (str) – String that represents the name of an enum Name.
sis case insensitive and can beCamelCase,pascal_case,snake_case,hyphen-case,normal case.- Raises:
ValueError – If input string is empty.
AttributeError – If unable to get
DrawingHatchingKindinstance.
- Returns:
Enum instance.
- Return type:
- BASIC = 'Basic'
- BEANS = 'Beans'
- JAVA = 'Java'
- JAVASCRIPT = 'JavaScript'
- PYTHON = 'Python'