com.apama.dashboard.security
Enum IMacroPreprocessor.ATTACHMENT_TYPE

java.lang.Object
  extended by java.lang.Enum<IMacroPreprocessor.ATTACHMENT_TYPE>
      extended by com.apama.dashboard.security.IMacroPreprocessor.ATTACHMENT_TYPE
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<IMacroPreprocessor.ATTACHMENT_TYPE>
Enclosing interface:
IMacroPreprocessor

public static enum IMacroPreprocessor.ATTACHMENT_TYPE
extends java.lang.Enum<IMacroPreprocessor.ATTACHMENT_TYPE>

Enum type to indicate the type of attachment when the process() method is called.


Enum Constant Summary
SQL
           
 
Method Summary
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.
 
Methods inherited from class java.lang.Enum
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

SQL

public static final IMacroPreprocessor.ATTACHMENT_TYPE SQL
Method Detail

values

public static IMacroPreprocessor.ATTACHMENT_TYPE[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (IMacroPreprocessor.ATTACHMENT_TYPE c : IMacroPreprocessor.ATTACHMENT_TYPE.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static IMacroPreprocessor.ATTACHMENT_TYPE valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
java.lang.NullPointerException - if the argument is null


Submit a bug or feature
Copyright (c) 2013 Software AG, Darmstadt, Germany and/or Software AG USA Inc., Reston, VA, USA, and/or Terracotta Inc., San Francisco, CA, USA, and/or Software AG (Canada) Inc., Cambridge, Ontario, Canada, and/or, Software AG (UK) Ltd., Derby, United Kingdom, and/or Software A.G. (Israel) Ltd., Or-Yehuda, Israel and/or their licensors. Use, reproduction, transfer, publication or disclosure is prohibited except as specifically provided for in your License Agreement with Software AG