public enum ActivityCalendarAttribute extends java.lang.Enum<ActivityCalendarAttribute> implements AttributeClass
Modifier and Type | Method and Description |
---|---|
int |
attributeId() |
java.lang.String |
attributeName() |
InterfaceClass |
interfaceClass() |
static ActivityCalendarAttribute |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ActivityCalendarAttribute[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ActivityCalendarAttribute LOGICAL_NAME
public static final ActivityCalendarAttribute CALENDAR_NAME_ACTIVE
public static final ActivityCalendarAttribute SEASON_PROFILE_ACTIVE
public static final ActivityCalendarAttribute WEEK_PROFILE_TABLE_ACTIVE
public static final ActivityCalendarAttribute DAY_PROFILE_TABLE_ACTIVE
public static final ActivityCalendarAttribute CALENDAR_NAME_PASSIVE
public static final ActivityCalendarAttribute SEASON_PROFILE_PASSIVE
public static final ActivityCalendarAttribute WEEK_PROFILE_TABLE_PASSIVE
public static final ActivityCalendarAttribute DAY_PROFILE_TABLE_PASSIVE
public static final ActivityCalendarAttribute ACTIVATE_PASSIVE_CALENDAR_TIME
public static ActivityCalendarAttribute[] values()
for (ActivityCalendarAttribute c : ActivityCalendarAttribute.values()) System.out.println(c);
public static ActivityCalendarAttribute 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 int attributeId()
attributeId
in interface AttributeClass
public java.lang.String attributeName()
attributeName
in interface AttributeClass
public InterfaceClass interfaceClass()
interfaceClass
in interface AttributeClass