public final class RuleStyle extends TraitEnum
Modifier and Type | Field | 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 | 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.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
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-2016 The Apache Software Foundation. All Rights Reserved.