public enum CompositeDataElementType extends Enum<CompositeDataElementType>
| Modifier and Type | Method and Description |
|---|---|
String |
getCompositeDataElement() |
String |
getDescription() |
static CompositeDataElementType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CompositeDataElementType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CompositeDataElementType EVENTDATE
public static final CompositeDataElementType EVENTID
public static final CompositeDataElementType EVENTENVIRONMENT
public static final CompositeDataElementType EVENTLOGICALHOST
public static final CompositeDataElementType EVENTSERVER
public static final CompositeDataElementType EVENTCOMPONENTPROJECTPATH
public static final CompositeDataElementType EVENTDEPLOYMENT
public static final CompositeDataElementType EVENTCOMPONENTNAME
public static final CompositeDataElementType EVENTSEVERITY
public static final CompositeDataElementType EVENTTYPE
public static final CompositeDataElementType EVENTSTATUS
public static final CompositeDataElementType EVENTSTATE
public static final CompositeDataElementType EVENTPHYSICALHOST
public static final CompositeDataElementType EVENTMESSAGECODE
public static final CompositeDataElementType EVENTMESSAGEDETAILS
public static final CompositeDataElementType EVENTSERVERTYPE
public static final CompositeDataElementType EVENTCOMPONENTTYPE
public static final CompositeDataElementType DBEVENTID
public static CompositeDataElementType[] values()
for (CompositeDataElementType c : CompositeDataElementType.values()) System.out.println(c);
public static CompositeDataElementType 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 getDescription()
public String getCompositeDataElement()
Copyright © 2011-2016 OpenESB Community. All Rights Reserved.