public enum SourceTypeEnum extends java.lang.Enum<SourceTypeEnum> implements BaseEnum<java.lang.Integer>
| Modifier and Type | Method and Description |
|---|---|
java.lang.Integer |
getSourceType() |
java.lang.String |
getSourceTypeDesc() |
java.lang.Integer |
getValue() |
void |
setSourceType(java.lang.Integer sourceType) |
void |
setSourceTypeDesc(java.lang.String sourceTypeDesc) |
static SourceTypeEnum |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SourceTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfenumToString, getEnum, getEnum, isValidpublic static final SourceTypeEnum INTERNAL
public static final SourceTypeEnum EXTERNAL
public static SourceTypeEnum[] values()
for (SourceTypeEnum c : SourceTypeEnum.values()) System.out.println(c);
public static SourceTypeEnum valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.Integer getSourceType()
public void setSourceType(java.lang.Integer sourceType)
public java.lang.String getSourceTypeDesc()
public void setSourceTypeDesc(java.lang.String sourceTypeDesc)