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