public final class Visibility extends TraitEnum
Modifier and Type | Field and Description |
---|---|
static Visibility |
COLLAPSE
border-style: dotted
|
static Visibility |
HIDDEN
border-style: hidden
|
static Visibility |
VISIBLE
border-style: none
|
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static Visibility |
valueOf(String name)
Returns the enumeration/singleton object based on its name.
|
getEnumValue, getName
public static final Visibility VISIBLE
public static final Visibility HIDDEN
public static final Visibility COLLAPSE
public static Visibility valueOf(String name)
name
- the name of the enumeration valueCopyright © 2025 Apache Software Foundation. All rights reserved.