public static enum ListVob.ReportLength extends Enum<ListVob.ReportLength>
Enum Constant and Description |
---|
Long
For each object, lists the config spec rule that matches the object and classifies each object.
|
Short
Restricts the listing of each entry to its version-extended pathname only.
|
Modifier and Type | Method and Description |
---|---|
String |
getValue() |
String |
toString() |
static ListVob.ReportLength |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ListVob.ReportLength[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ListVob.ReportLength Short
public static final ListVob.ReportLength Long
public static ListVob.ReportLength[] values()
for (ListVob.ReportLength c : ListVob.ReportLength.values()) System.out.println(c);
public static ListVob.ReportLength 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 getValue()
public String toString()
toString
in class Enum<ListVob.ReportLength>
Copyright © 2016–2018. All rights reserved.