Udostępnij za pośrednictwem


GrantType Class

public final class GrantType
extends ExpandableStringEnum<GrantType>

Grant Offer Type.

Field Summary

Modifier and Type Field and Description
static final GrantType ACADEMIC

Static value Academic for GrantType.

static final GrantType STUDENT

Static value Student for GrantType.

Constructor Summary

Constructor Description
GrantType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of GrantType value.

Method Summary

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

Creates or finds a GrantType from its string representation.

static Collection<GrantType> values()

Gets known GrantType values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

ACADEMIC

public static final GrantType ACADEMIC

Static value Academic for GrantType.

STUDENT

public static final GrantType STUDENT

Static value Student for GrantType.

Constructor Details

GrantType

@Deprecated
public GrantType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of GrantType value.

Method Details

fromString

public static GrantType fromString(String name)

Creates or finds a GrantType from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding GrantType.

values

public static Collection<GrantType> values()

Gets known GrantType values.

Returns:

known GrantType values.

Applies to