public static enum GemToolModelSnapshot.GemReportVariable.VariableType extends java.lang.Enum<GemToolModelSnapshot.GemReportVariable.VariableType>
Modifier and Type | Method and Description |
---|---|
static GemToolModelSnapshot.GemReportVariable.VariableType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GemToolModelSnapshot.GemReportVariable.VariableType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GemToolModelSnapshot.GemReportVariable.VariableType CEID
public static final GemToolModelSnapshot.GemReportVariable.VariableType RPTID
public static final GemToolModelSnapshot.GemReportVariable.VariableType UNKNOWN
public static GemToolModelSnapshot.GemReportVariable.VariableType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic static GemToolModelSnapshot.GemReportVariable.VariableType[] values()
for (GemToolModelSnapshot.GemReportVariable.VariableType c : GemToolModelSnapshot.GemReportVariable.VariableType.values()) System.out.println(c);
Copyright © 1999-2025 ErgoTech Systems, Inc. All Rights Reserved.