CapabilityType Class

public final class CapabilityType
extends ExpandableStringEnum<CapabilityType>

Capability image type.

Field Summary

Modifier and Type Field and Description
static final CapabilityType APPLICATION_DEVELOPMENT

Static value ApplicationDevelopment for CapabilityType.

static final CapabilityType FIELD_SERVICING

Static value FieldServicing for CapabilityType.

Constructor Summary

Constructor Description
CapabilityType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of CapabilityType value.

Method Summary

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

Creates or finds a CapabilityType from its string representation.

static Collection<CapabilityType> values()

Gets known CapabilityType values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

APPLICATION_DEVELOPMENT

public static final CapabilityType APPLICATION_DEVELOPMENT

Static value ApplicationDevelopment for CapabilityType.

FIELD_SERVICING

public static final CapabilityType FIELD_SERVICING

Static value FieldServicing for CapabilityType.

Constructor Details

CapabilityType

@Deprecated
public CapabilityType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of CapabilityType value.

Method Details

fromString

public static CapabilityType fromString(String name)

Creates or finds a CapabilityType from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding CapabilityType.

values

public static Collection<CapabilityType> values()

Gets known CapabilityType values.

Returns:

known CapabilityType values.

Applies to