public static enum IMacroPreprocessor.ATTACHMENT_TYPE extends java.lang.Enum<IMacroPreprocessor.ATTACHMENT_TYPE>
Enum Constant and Description |
---|
SQL |
Modifier and Type | Method and Description |
---|---|
static IMacroPreprocessor.ATTACHMENT_TYPE |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IMacroPreprocessor.ATTACHMENT_TYPE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IMacroPreprocessor.ATTACHMENT_TYPE SQL
public static IMacroPreprocessor.ATTACHMENT_TYPE[] values()
for (IMacroPreprocessor.ATTACHMENT_TYPE c : IMacroPreprocessor.ATTACHMENT_TYPE.values()) System.out.println(c);
public static IMacroPreprocessor.ATTACHMENT_TYPE 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 nullSubmit a bug or feature
Copyright (c) 2013-2017 Software AG, Darmstadt, Germany and/or Software AG USA Inc., Reston, VA, USA, and/or its subsidiaries and/or its affiliates and/or their licensors. Use, reproduction, transfer, publication or disclosure is prohibited except as specifically provided for in your License Agreement with Software AG.