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