public enum ModelerConstants extends Enum<ModelerConstants>
Modifier and Type | Method and Description |
---|---|
String |
getValue() |
static ModelerConstants |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ModelerConstants[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ModelerConstants FALSE_STR
public static final ModelerConstants ZERO_STR
public static final ModelerConstants NULL_STR
public static final ModelerConstants ARRAY_STR
public static final ModelerConstants IOEXCEPTION_CLASSNAME
public static final ModelerConstants BOOLEAN_CLASSNAME
public static final ModelerConstants BOXED_BOOLEAN_CLASSNAME
public static final ModelerConstants BYTE_CLASSNAME
public static final ModelerConstants BYTE_ARRAY_CLASSNAME
public static final ModelerConstants BOXED_BYTE_CLASSNAME
public static final ModelerConstants BOXED_BYTE_ARRAY_CLASSNAME
public static final ModelerConstants CLASS_CLASSNAME
public static final ModelerConstants CHAR_CLASSNAME
public static final ModelerConstants BOXED_CHAR_CLASSNAME
public static final ModelerConstants DOUBLE_CLASSNAME
public static final ModelerConstants BOXED_DOUBLE_CLASSNAME
public static final ModelerConstants FLOAT_CLASSNAME
public static final ModelerConstants BOXED_FLOAT_CLASSNAME
public static final ModelerConstants INT_CLASSNAME
public static final ModelerConstants BOXED_INTEGER_CLASSNAME
public static final ModelerConstants LONG_CLASSNAME
public static final ModelerConstants BOXED_LONG_CLASSNAME
public static final ModelerConstants SHORT_CLASSNAME
public static final ModelerConstants BOXED_SHORT_CLASSNAME
public static final ModelerConstants BIGDECIMAL_CLASSNAME
public static final ModelerConstants BIGINTEGER_CLASSNAME
public static final ModelerConstants CALENDAR_CLASSNAME
public static final ModelerConstants DATE_CLASSNAME
public static final ModelerConstants STRING_CLASSNAME
public static final ModelerConstants STRING_ARRAY_CLASSNAME
public static final ModelerConstants QNAME_CLASSNAME
public static final ModelerConstants VOID_CLASSNAME
public static final ModelerConstants OBJECT_CLASSNAME
public static final ModelerConstants SOAPELEMENT_CLASSNAME
public static final ModelerConstants IMAGE_CLASSNAME
public static final ModelerConstants MIME_MULTIPART_CLASSNAME
public static final ModelerConstants SOURCE_CLASSNAME
public static final ModelerConstants DATA_HANDLER_CLASSNAME
public static final ModelerConstants URI_CLASSNAME
public static final ModelerConstants COLLECTION_CLASSNAME
public static final ModelerConstants LIST_CLASSNAME
public static final ModelerConstants SET_CLASSNAME
public static final ModelerConstants VECTOR_CLASSNAME
public static final ModelerConstants STACK_CLASSNAME
public static final ModelerConstants LINKED_LIST_CLASSNAME
public static final ModelerConstants ARRAY_LIST_CLASSNAME
public static final ModelerConstants HASH_SET_CLASSNAME
public static final ModelerConstants TREE_SET_CLASSNAME
public static final ModelerConstants MAP_CLASSNAME
public static final ModelerConstants HASH_MAP_CLASSNAME
public static final ModelerConstants TREE_MAP_CLASSNAME
public static final ModelerConstants HASHTABLE_CLASSNAME
public static final ModelerConstants PROPERTIES_CLASSNAME
public static final ModelerConstants JAX_WS_MAP_ENTRY_CLASSNAME
public static ModelerConstants[] values()
for (ModelerConstants c : ModelerConstants.values()) System.out.println(c);
public static ModelerConstants 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 getValue()
Copyright © 2017 Oracle Corporation. All rights reserved.