getComponentNames
getComponentNames()
getComponentNames 메소드는 대상 ID를 구성하는 구성요소 이름 집합을 가져옵니다. 예를 들어, 대상 ID가 customerNameaccountID 값으로 구성된 경우 getComponentNames는 customerName 및 accountID 문자열을 포함하는 집합을 리턴합니다.
리턴 값
대상 ID의 구성요소 이름을 포함하는 문자열 집합.