-
- All Implemented Interfaces:
-
java.io.Serializable,java.lang.Comparable
public enum FetcherType
-
-
Field Summary
Fields Modifier and Type Field Description private intvalue
-
Enum Constant Summary
Enum Constants Enum Constant Description USER_IDENTIFIERINSTALLATION
-
Method Summary
Modifier and Type Method Description StringtoWSPathElement()static Array<FetcherType>values()static FetcherTypevalueOf(String name)intgetValue()-
-
Method Detail
-
toWSPathElement
String toWSPathElement()
-
values
static Array<FetcherType> values()
-
valueOf
static FetcherType valueOf(String name)
-
getValue
int getValue()
-
-
-
-