public static enum RepoMethod.Type extends Enum<RepoMethod.Type>
| Modifier and Type | Method and Description |
|---|---|
String |
getDefaultPrefix() |
String |
getGeneratedMethodPrefix() |
String[] |
getPrefixes() |
static RepoMethod.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RepoMethod.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RepoMethod.Type COUNT
public static final RepoMethod.Type FIND
public static RepoMethod.Type[] values()
for (RepoMethod.Type c : RepoMethod.Type.values()) System.out.println(c);
public static RepoMethod.Type 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 String getDefaultPrefix()
public String getGeneratedMethodPrefix()
public String[] getPrefixes()
Copyright © 2020. All Rights Reserved.