public static enum KakaoStoryProfile.BirthdayType extends Enum<KakaoStoryProfile.BirthdayType>
Modifier and Type | Method and Description |
---|---|
String |
getDisplaySymbol()
양력 생일은 '+', 음력 생일은 '-'로 반환한다.
|
static KakaoStoryProfile.BirthdayType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KakaoStoryProfile.BirthdayType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final KakaoStoryProfile.BirthdayType LUNAR
public static final KakaoStoryProfile.BirthdayType SOLAR
public String getDisplaySymbol()
public static KakaoStoryProfile.BirthdayType valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant
with the specified nameNullPointerException
- if the argument is nullpublic static KakaoStoryProfile.BirthdayType[] values()
for (KakaoStoryProfile.BirthdayType c : KakaoStoryProfile.BirthdayType.values()) System.out.println(c);
Copyright © 2014 Kakao Corp. All rights reserved.