PolicyContentFormat Class

public final class PolicyContentFormat
extends ExpandableStringEnum<PolicyContentFormat>

Format of the policyContent.

Field Summary

Modifier and Type Field and Description
static final PolicyContentFormat RAWXML

Static value rawxml for PolicyContentFormat.

static final PolicyContentFormat RAWXML_LINK

Static value rawxml-link for PolicyContentFormat.

static final PolicyContentFormat XML

Static value xml for PolicyContentFormat.

static final PolicyContentFormat XML_LINK

Static value xml-link for PolicyContentFormat.

Constructor Summary

Constructor Description
PolicyContentFormat()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of PolicyContentFormat value.

Method Summary

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

Creates or finds a PolicyContentFormat from its string representation.

static Collection<PolicyContentFormat> values()

Gets known PolicyContentFormat values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

RAWXML

public static final PolicyContentFormat RAWXML

Static value rawxml for PolicyContentFormat.

public static final PolicyContentFormat RAWXML_LINK

Static value rawxml-link for PolicyContentFormat.

XML

public static final PolicyContentFormat XML

Static value xml for PolicyContentFormat.

public static final PolicyContentFormat XML_LINK

Static value xml-link for PolicyContentFormat.

Constructor Details

PolicyContentFormat

@Deprecated
public PolicyContentFormat()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of PolicyContentFormat value.

Method Details

fromString

public static PolicyContentFormat fromString(String name)

Creates or finds a PolicyContentFormat from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding PolicyContentFormat.

values

public static Collection values()

Gets known PolicyContentFormat values.

Returns:

known PolicyContentFormat values.

Applies to