public enum STHierBranchStyle extends java.lang.Enum<STHierBranchStyle>
Java class for ST_HierBranchStyle.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="ST_HierBranchStyle">
<restriction base="{http://www.w3.org/2001/XMLSchema}token">
<enumeration value="l"/>
<enumeration value="r"/>
<enumeration value="hang"/>
<enumeration value="std"/>
<enumeration value="init"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
HANG
Hanging
|
INIT
Initial
|
L
Left
|
R
Right
|
STD
Standard
|
| Modifier and Type | Method and Description |
|---|---|
static STHierBranchStyle |
fromValue(java.lang.String v) |
java.lang.String |
value() |
static STHierBranchStyle |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static STHierBranchStyle[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final STHierBranchStyle L
public static final STHierBranchStyle R
public static final STHierBranchStyle HANG
public static final STHierBranchStyle STD
public static final STHierBranchStyle INIT
public static STHierBranchStyle[] values()
for (STHierBranchStyle c : STHierBranchStyle.values()) System.out.println(c);
public static STHierBranchStyle 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 java.lang.String value()
public static STHierBranchStyle fromValue(java.lang.String v)
Copyright © 2007–2025. All rights reserved.