public enum SAAudit extends java.lang.Enum<SAAudit> implements com.tibco.n2.logging.context.interfaces.N2LFILogMessage
Modifier and Type | Field and Description |
---|---|
protected com.tibco.n2.logging.context.parser.N2LFContextContainer<com.tibco.n2.logging.context.message.N2LogMessageContext> |
ctx |
Modifier and Type | Method and Description |
---|---|
com.tibco.n2.logging.context.message.N2LogMessageContext |
getContext() |
void |
setContext(com.tibco.n2.logging.context.message.N2LogMessageContext aValue) |
static SAAudit |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SAAudit[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
protected com.tibco.n2.logging.context.parser.N2LFContextContainer<com.tibco.n2.logging.context.message.N2LogMessageContext> ctx
public static SAAudit[] values()
for (SAAudit c : SAAudit.values()) System.out.println(c);
public static SAAudit 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 nullpublic com.tibco.n2.logging.context.message.N2LogMessageContext getContext()
getContext
in interface com.tibco.n2.logging.context.interfaces.N2LFIContext<com.tibco.n2.logging.context.message.N2LogMessageContext>
public void setContext(com.tibco.n2.logging.context.message.N2LogMessageContext aValue)
setContext
in interface com.tibco.n2.logging.context.interfaces.N2LFIContext<com.tibco.n2.logging.context.message.N2LogMessageContext>
Copyright © 2017 Cloud Software Group, Inc. All Rights Reserved.