public enum OvhFlowggerConfigurationLogFramingEnum extends Enum<OvhFlowggerConfigurationLogFramingEnum>
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static OvhFlowggerConfigurationLogFramingEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OvhFlowggerConfigurationLogFramingEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OvhFlowggerConfigurationLogFramingEnum LINE
public static final OvhFlowggerConfigurationLogFramingEnum NUL
public static final OvhFlowggerConfigurationLogFramingEnum SYSLEN
public static final OvhFlowggerConfigurationLogFramingEnum CAPNP
public static OvhFlowggerConfigurationLogFramingEnum[] values()
for (OvhFlowggerConfigurationLogFramingEnum c : OvhFlowggerConfigurationLogFramingEnum.values()) System.out.println(c);
public static OvhFlowggerConfigurationLogFramingEnum 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 toString()
toString in class Enum<OvhFlowggerConfigurationLogFramingEnum>Copyright © 2018. All rights reserved.