-
- All Implemented Interfaces:
-
java.io.Serializable,java.lang.Comparable
public enum DependencySourceTypeEnum DependencySourceType.
-
-
Field Summary
Fields Modifier and Type Field Description private final intvalue
-
Method Summary
Modifier and Type Method Description static Array<DependencySourceType>values()static DependencySourceTypevalueOf(String name)intgetValue()-
-
Method Detail
-
values
static Array<DependencySourceType> values()
-
valueOf
static DependencySourceType valueOf(String name)
-
getValue
int getValue()
-
-
-
-