public enum CustomFieldRefType extends Enum<CustomFieldRefType>
| Enum Constant and Description |
|---|
BOOLEAN |
CUSTOM_RECORD |
DATE |
DOUBLE |
LONG |
MULTI_SELECT |
SELECT |
STRING |
| Modifier and Type | Method and Description |
|---|---|
String |
getNetsuiteValue() |
static CustomFieldRefType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CustomFieldRefType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CustomFieldRefType CUSTOM_RECORD
public static final CustomFieldRefType LONG
public static final CustomFieldRefType STRING
public static final CustomFieldRefType DOUBLE
public static final CustomFieldRefType BOOLEAN
public static final CustomFieldRefType DATE
public static final CustomFieldRefType SELECT
public static final CustomFieldRefType MULTI_SELECT
public static CustomFieldRefType[] values()
for (CustomFieldRefType c : CustomFieldRefType.values()) System.out.println(c);
public static CustomFieldRefType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String getNetsuiteValue()
Copyright © 2025 MuleSoft, Inc.. All rights reserved.