public final class RuleStyle extends TraitEnum
Modifier and Type | Field and Description |
---|---|
static RuleStyle |
DASHED
rule-style: dashed
|
static RuleStyle |
DOTTED
rule-style: dotted
|
static RuleStyle |
DOUBLE
rule-style: double
|
static RuleStyle |
GROOVE
rule-style: groove
|
static RuleStyle |
NONE
rule-style: none
|
static RuleStyle |
RIDGE
rule-style: ridge
|
static RuleStyle |
SOLID
rule-style: solid
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
static RuleStyle |
valueOf(int enumValue)
Returns the enumeration/singleton object based on its name.
|
static RuleStyle |
valueOf(java.lang.String name)
Returns the enumeration/singleton object based on its name.
|
getEnumValue, getName
public static final RuleStyle NONE
public static final RuleStyle DOTTED
public static final RuleStyle DASHED
public static final RuleStyle SOLID
public static final RuleStyle DOUBLE
public static final RuleStyle GROOVE
public static final RuleStyle RIDGE
public static RuleStyle valueOf(java.lang.String name)
name
- the name of the enumeration valuepublic static RuleStyle valueOf(int enumValue)
enumValue
- the enumeration valuepublic java.lang.String toString()
toString
in class java.lang.Object
Copyright 1999-2012 The Apache Software Foundation. All Rights Reserved.