public static enum ListVob.Restriction extends Enum<ListVob.Restriction>
| Enum Constant and Description |
|---|
view_only
Restricts the listing to objects that belong logically to the view:
view-private files, view-private directories, and view-private links;
checked-out versions; and all derived objects visible in the view.
|
vob_only
Restricts the listing to objects in the VOB storage, including versions of elements and VOB links.
|
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static ListVob.Restriction |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ListVob.Restriction[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ListVob.Restriction vob_only
public static final ListVob.Restriction view_only
public static ListVob.Restriction[] values()
for (ListVob.Restriction c : ListVob.Restriction.values()) System.out.println(c);
public static ListVob.Restriction 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 String toString()
toString in class Enum<ListVob.Restriction>Copyright © 2016–2018. All rights reserved.