public enum ELogStyle extends Enum<ELogStyle>
| Modifier and Type | Method and Description |
|---|---|
SimpleAttributeSet |
getAttributeSet() |
static ELogStyle |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ELogStyle[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ELogStyle NORMAL
public static final ELogStyle COMMENT
public static final ELogStyle ERROR
public static ELogStyle[] values()
for (ELogStyle c : ELogStyle.values()) System.out.println(c);
public static ELogStyle 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 SimpleAttributeSet getAttributeSet()
Copyright © 2005-2019 HydroloGIS. All Rights Reserved.