method TimeActionType[] values()
pre(soft) init'ed($VALUES[...])
postreturn_value == &new TimeActionType[](values#1)
postnew TimeActionType[](values#1) num objects == 1
postreturn_value.length == 3
postreturn_value[...] == One-of{$VALUES[...], undefined}

method TimeActionType valueOf(String)
postinit'ed(return_value)










method com.dmdirc.addons.time.TimeActionType__static_ init
post$VALUES == &new TimeActionType[](TimeActionType __static_init#4)
postTIME_DAY == &new TimeActionType(TimeActionType_ _static_init#3)
post$VALUES[2] == &new TimeActionType(TimeActionTyp e__static_init#3)
postTIME_HOUR == &new TimeActionType(TimeActionType __static_init#2)
post$VALUES[1] == &new TimeActionType(TimeActionTyp e__static_init#2)
postTIME_MINUTE == &new TimeActionType(TimeActionTy pe__static_init#1)
post$VALUES[0] == &new TimeActionType(TimeActionTyp e__static_init#1)
postnew TimeActionType(TimeActionType__static_init#1) num objects == 1
postnew TimeActionType(TimeActionType__static_init#2) num objects == 1
postnew TimeActionType(TimeActionType__static_init#3) num objects == 1
postnew TimeActionType[](TimeActionType__static_ init#4) num objects == 1
postTIME_MINUTE.name == &"Every minute"
postTIME_HOUR.name == &"Every hour"
postTIME_DAY.name == &"Every day"
post$VALUES.length == 3
unanalyzedcall on java.lang.Enum










method void com.dmdirc.addons.time.TimeActionType(String, int, String)
postthis.name == name
postinit'ed(this.name)










method ActionMetaType getType()
postreturn_value == &com.dmdirc.addons.time. TimeActionMetaType__static_init.new TimeActionMetaType$1(TimeActionMetaType__static_in it#1)










method String getName()
postreturn_value == this.name
postinit'ed(return_value)