Compartir a través de


IsGlobal Class

public final class IsGlobal
extends ExpandableStringEnum<IsGlobal>

Flag if global mesh is supported.

Field Summary

Modifier and Type Field and Description
static final IsGlobal FALSE

Static value False for IsGlobal.

static final IsGlobal TRUE

Static value True for IsGlobal.

Constructor Summary

Constructor Description
IsGlobal()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of IsGlobal value.

Method Summary

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

Creates or finds a IsGlobal from its string representation.

static Collection<IsGlobal> values()

Gets known IsGlobal values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

FALSE

public static final IsGlobal FALSE

Static value False for IsGlobal.

TRUE

public static final IsGlobal TRUE

Static value True for IsGlobal.

Constructor Details

IsGlobal

@Deprecated
public IsGlobal()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of IsGlobal value.

Method Details

fromString

public static IsGlobal fromString(String name)

Creates or finds a IsGlobal from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding IsGlobal.

values

public static Collection values()

Gets known IsGlobal values.

Returns:

known IsGlobal values.

Applies to