본문 바로가기

selfstarter

검색하기
selfstarter
프로필사진 selfstarter

  • 분류 전체보기 (158)
    • App (65)
      • Android (59)
      • Flutter (6)
    • Server (46)
      • Java (24)
      • Spring (19)
      • AWS (3)
    • Web (25)
      • Html (9)
      • Javascript (15)
      • React (1)
    • ML (8)
    • Etc (10)
Guestbook
Notice
Recent Posts
Recent Comments
Link
«   2025/07   »
일 월 화 수 목 금 토
1 2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30 31
Tags
  • Eclipse
  • html
  • Kotlin
  • DataTable
  • tomcat
  • MySQL
  • CSS사용법
  • android fragment
  • jQuery
  • Firebase
  • css
  • FLUTTER
  • java error
  • spring
  • fragment
  • Android Apk 이름 변경
  • release unsigned
  • Java
  • 안드로이드
  • Exception
  • Program type already present
  • android error
  • apache gzip
  • Android Apk
  • error
  • Android Apk 이름
  • Android
  • release Apk
  • R프로그래밍
  • JavaScript
more
Archives
Today
Total
관리 메뉴
  • 글쓰기
  • 방명록
  • RSS
  • 관리

목록An enum switch case label must be the unqualified name of an enumeration constant 해결 (1)

selfstarter

An enum switch case label must be the unqualified name of an enumeration constant

An enum switch case label must be the unqualified name of an enumeration constant 아래와 같이 enum값을 사용했는데 An enum switch case label must be the unqualified name of an enumeration constant 라는 에러가 났다. class명을 적지 말고 오로지 enum의 값만 적으면 된다 switch (fragmentType) { case Common.FRAGMENT_TYPE.ITEM_LIST : break; case Common.FRAGMENT_TYPE.ITEM_DETAIL : break; case Common.FRAGMENT_TYPE.ITEM_TYPE_DETAIL : break; }..

App/Android 2020. 8. 9. 14:42
Prev 1 Next

Blog is powered by kakao / Designed by Tistory

티스토리툴바