RoleTypes Class

public final class RoleTypes
extends ExpandableStringEnum<RoleTypes>

Defines values for RoleTypes.

Field Summary

Modifier and Type Field and Description
static final RoleTypes ASA

Static value ASA for RoleTypes.

static final RoleTypes COGNITIVE

Static value Cognitive for RoleTypes.

static final RoleTypes FUNCTIONS

Static value Functions for RoleTypes.

static final RoleTypes IOT

Static value IOT for RoleTypes.

Constructor Summary

Constructor Description
RoleTypes()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of RoleTypes value.

Method Summary

Modifier and Type Method and Description
static RoleTypes fromString(String name)

Creates or finds a RoleTypes from its string representation.

static Collection<RoleTypes> values()

Gets known RoleTypes values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

ASA

public static final RoleTypes ASA

Static value ASA for RoleTypes.

COGNITIVE

public static final RoleTypes COGNITIVE

Static value Cognitive for RoleTypes.

FUNCTIONS

public static final RoleTypes FUNCTIONS

Static value Functions for RoleTypes.

IOT

public static final RoleTypes IOT

Static value IOT for RoleTypes.

Constructor Details

RoleTypes

@Deprecated
public RoleTypes()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of RoleTypes value.

Method Details

fromString

public static RoleTypes fromString(String name)

Creates or finds a RoleTypes from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding RoleTypes.

values

public static Collection values()

Gets known RoleTypes values.

Returns:

known RoleTypes values.

Applies to