public static enum HiddenAspect.Visibility extends Enum<HiddenAspect.Visibility>
Enum Constant and Description |
---|
HiddenAttribute |
NotVisible |
Visible |
Modifier and Type | Method and Description |
---|---|
int |
getMask() |
static HiddenAspect.Visibility |
getVisibility(int mask) |
static HiddenAspect.Visibility |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HiddenAspect.Visibility[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HiddenAspect.Visibility NotVisible
public static final HiddenAspect.Visibility Visible
public static final HiddenAspect.Visibility HiddenAttribute
public static HiddenAspect.Visibility[] values()
for (HiddenAspect.Visibility c : HiddenAspect.Visibility.values()) System.out.println(c);
public static HiddenAspect.Visibility 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 int getMask()
public static HiddenAspect.Visibility getVisibility(int mask)
Copyright © 2005–2017 Alfresco Software. All rights reserved.