blob: cdf3b18c9b065ddf6045b44a038237032f95b441 [file]
public enum E /* p.E*/ {
@kotlin.Deprecated(message = "a") Entry1,
Entry2,
@kotlin.Deprecated(message = "b") Entry3;
@org.jetbrains.annotations.NotNull()
public static @org.jetbrains.annotations.NotNull() kotlin.enums.EnumEntries<@org.jetbrains.annotations.NotNull() p.E> getEntries();// getEntries()
@org.jetbrains.annotations.NotNull()
public static @org.jetbrains.annotations.NotNull() p.E @org.jetbrains.annotations.NotNull() [] values();// values()
@org.jetbrains.annotations.NotNull()
public static @org.jetbrains.annotations.NotNull() p.E valueOf(@org.jetbrains.annotations.NotNull() java.lang.String) throws java.lang.IllegalArgumentException, java.lang.NullPointerException;// valueOf(@org.jetbrains.annotations.NotNull() java.lang.String)
private E();// .ctor()
}