SecurityContactName Class

public final class SecurityContactName
extends ExpandableStringEnum<SecurityContactName>

Defines values for SecurityContactName.

Field Summary

Modifier and Type Field and Description
static final SecurityContactName DEFAULT

The single applicable name of the security contact object.

Constructor Summary

Constructor Description
SecurityContactName()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of SecurityContactName value.

Method Summary

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

Creates or finds a SecurityContactName from its string representation.

static Collection<SecurityContactName> values()

Gets known SecurityContactName values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

DEFAULT

public static final SecurityContactName DEFAULT

The single applicable name of the security contact object.

Constructor Details

SecurityContactName

@Deprecated
public SecurityContactName()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of SecurityContactName value.

Method Details

fromString

public static SecurityContactName fromString(String name)

Creates or finds a SecurityContactName from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding SecurityContactName.

values

public static Collection<SecurityContactName> values()

Gets known SecurityContactName values.

Returns:

known SecurityContactName values.

Applies to