Constructor
new RoleType()
Example
import { RoleType } from 'koalanlp/types';
Methods
(static) values() → {Array.<RoleType>}
RoleType 값들을 모두 돌려줍니다.
Returns:
RoleType값들의 array
- Type
- Array.<RoleType>
(static) withName(namenon-null) → {RoleType}
이름에 해당하는 값을 찾아줍니다.
Parameters:
Name | Type | Description |
---|---|---|
name |
string | 해당 이름으로 된 값 |
Returns:
- Type
- RoleType