<< Click to Display Table of Contents >>
TaskHolidayGroupInfo
태스크 휴일 그룹 설정 기능과 관련된 메소드를 제공하는 클래스입니다.
Constructor Detail
TaskHolidayGroupInfo
public TaskHolidayGroupInfo(String name)
태스크에 지정할 휴일 그룹을 정의합니다.
Parameters:
name - 휴일 그룹 이름
Method Detail
getName
public String getName()
태스크 휴일 그룹 이름을 가져옵니다.
addReference
public void addReference(String name)
태스크 휴일 그룹이 참조하는 태스크 휴일 이름을 등록합니다.
Parameters:
names - 태스크 휴일 이름
getReferences
public String[] getReferences()
태스크 휴일을 참조할 Reference 이름의 배열을 가져옵니다.
removeReference
public void removeReference(String name)
태스크 휴일 그룹에서 참조하는 태스크 휴일 이름을 삭제합니다.
Parameters:
name - 태스크 휴일 그룹에서 삭제할 태스크 휴일 이름
removeReference
public void removeReference(String[] name)
태스크 휴일 그룹에서 참조하는 태스크 휴일 이름을 삭제합니다.
Parameters:
name - 태스크 휴일 그룹에서 삭제할 태스크 휴일 이름의 배열
removeAllRef
public void removeAllRef()
태스크 휴일 그룹에서 참조하는 태스크 휴일 이름을 모두 삭제합니다.