public final enum class org.kohsuke.github.GHCommentAuthorAssociation extends java.lang.Enum
{
public static final enum org.kohsuke.github.GHCommentAuthorAssociation COLLABORATOR;
public static final enum org.kohsuke.github.GHCommentAuthorAssociation CONTRIBUTOR;
public static final enum org.kohsuke.github.GHCommentAuthorAssociation FIRST_TIMER;
public static final enum org.kohsuke.github.GHCommentAuthorAssociation FIRST_TIME_CONTRIBUTOR;
public static final enum org.kohsuke.github.GHCommentAuthorAssociation MEMBER;
public static final enum org.kohsuke.github.GHCommentAuthorAssociation NONE;
public static final enum org.kohsuke.github.GHCommentAuthorAssociation OWNER;
private static final org.kohsuke.github.GHCommentAuthorAssociation[] $VALUES;
public static org.kohsuke.github.GHCommentAuthorAssociation[] values()
{
org.kohsuke.github.GHCommentAuthorAssociation[] v;
java.lang.Object v;
v = <org.kohsuke.github.GHCommentAuthorAssociation: org.kohsuke.github.GHCommentAuthorAssociation[] $VALUES>;
v = virtualinvoke v.<java.lang.Object: java.lang.Object clone()>();
return v;
}
public static org.kohsuke.github.GHCommentAuthorAssociation valueOf(java.lang.String)
{
java.lang.String v;
java.lang.Enum v;
v := @parameter: java.lang.String;
v = staticinvoke <java.lang.Enum: java.lang.Enum valueOf(java.lang.Class,java.lang.String)>(class "Lorg/kohsuke/github/GHCommentAuthorAssociation;", v);
return v;
}
private void <init>(java.lang.String, int)
{
int v;
java.lang.String v;
org.kohsuke.github.GHCommentAuthorAssociation v;
v := @this: org.kohsuke.github.GHCommentAuthorAssociation;
v := @parameter: java.lang.String;
v := @parameter: int;
specialinvoke v.<java.lang.Enum: void <init>(java.lang.String,int)>(v, v);
return;
}
private static org.kohsuke.github.GHCommentAuthorAssociation[] $values()
{
org.kohsuke.github.GHCommentAuthorAssociation v, v, v, v, v, v, v;
org.kohsuke.github.GHCommentAuthorAssociation[] v;
v = newarray (org.kohsuke.github.GHCommentAuthorAssociation)[7];
v = <org.kohsuke.github.GHCommentAuthorAssociation: org.kohsuke.github.GHCommentAuthorAssociation COLLABORATOR>;
v[0] = v;
v = <org.kohsuke.github.GHCommentAuthorAssociation: org.kohsuke.github.GHCommentAuthorAssociation CONTRIBUTOR>;
v[1] = v;
v = <org.kohsuke.github.GHCommentAuthorAssociation: org.kohsuke.github.GHCommentAuthorAssociation FIRST_TIMER>;
v[2] = v;
v = <org.kohsuke.github.GHCommentAuthorAssociation: org.kohsuke.github.GHCommentAuthorAssociation FIRST_TIME_CONTRIBUTOR>;
v[3] = v;
v = <org.kohsuke.github.GHCommentAuthorAssociation: org.kohsuke.github.GHCommentAuthorAssociation MEMBER>;
v[4] = v;
v = <org.kohsuke.github.GHCommentAuthorAssociation: org.kohsuke.github.GHCommentAuthorAssociation NONE>;
v[5] = v;
v = <org.kohsuke.github.GHCommentAuthorAssociation: org.kohsuke.github.GHCommentAuthorAssociation OWNER>;
v[6] = v;
return v;
}
static void <clinit>()
{
org.kohsuke.github.GHCommentAuthorAssociation v, v, v, v, v, v, v;
org.kohsuke.github.GHCommentAuthorAssociation[] v;
v = new org.kohsuke.github.GHCommentAuthorAssociation;
specialinvoke v.<org.kohsuke.github.GHCommentAuthorAssociation: void <init>(java.lang.String,int)>("COLLABORATOR", 0);
<org.kohsuke.github.GHCommentAuthorAssociation: org.kohsuke.github.GHCommentAuthorAssociation COLLABORATOR> = v;
v = new org.kohsuke.github.GHCommentAuthorAssociation;
specialinvoke v.<org.kohsuke.github.GHCommentAuthorAssociation: void <init>(java.lang.String,int)>("CONTRIBUTOR", 1);
<org.kohsuke.github.GHCommentAuthorAssociation: org.kohsuke.github.GHCommentAuthorAssociation CONTRIBUTOR> = v;
v = new org.kohsuke.github.GHCommentAuthorAssociation;
specialinvoke v.<org.kohsuke.github.GHCommentAuthorAssociation: void <init>(java.lang.String,int)>("FIRST_TIMER", 2);
<org.kohsuke.github.GHCommentAuthorAssociation: org.kohsuke.github.GHCommentAuthorAssociation FIRST_TIMER> = v;
v = new org.kohsuke.github.GHCommentAuthorAssociation;
specialinvoke v.<org.kohsuke.github.GHCommentAuthorAssociation: void <init>(java.lang.String,int)>("FIRST_TIME_CONTRIBUTOR", 3);
<org.kohsuke.github.GHCommentAuthorAssociation: org.kohsuke.github.GHCommentAuthorAssociation FIRST_TIME_CONTRIBUTOR> = v;
v = new org.kohsuke.github.GHCommentAuthorAssociation;
specialinvoke v.<org.kohsuke.github.GHCommentAuthorAssociation: void <init>(java.lang.String,int)>("MEMBER", 4);
<org.kohsuke.github.GHCommentAuthorAssociation: org.kohsuke.github.GHCommentAuthorAssociation MEMBER> = v;
v = new org.kohsuke.github.GHCommentAuthorAssociation;
specialinvoke v.<org.kohsuke.github.GHCommentAuthorAssociation: void <init>(java.lang.String,int)>("NONE", 5);
<org.kohsuke.github.GHCommentAuthorAssociation: org.kohsuke.github.GHCommentAuthorAssociation NONE> = v;
v = new org.kohsuke.github.GHCommentAuthorAssociation;
specialinvoke v.<org.kohsuke.github.GHCommentAuthorAssociation: void <init>(java.lang.String,int)>("OWNER", 6);
<org.kohsuke.github.GHCommentAuthorAssociation: org.kohsuke.github.GHCommentAuthorAssociation OWNER> = v;
v = staticinvoke <org.kohsuke.github.GHCommentAuthorAssociation: org.kohsuke.github.GHCommentAuthorAssociation[] $values()>();
<org.kohsuke.github.GHCommentAuthorAssociation: org.kohsuke.github.GHCommentAuthorAssociation[] $VALUES> = v;
return;
}
}