public static enum ServiceMethod._Field extends Enum<ServiceMethod._Field> implements PField
| Enum Constant and Description |
|---|
ANNOTATIONS |
COMMENT |
EXCEPTIONS |
NAME |
ONE_WAY |
PARAMS |
RETURN_TYPE |
| Modifier and Type | Method and Description |
|---|---|
static ServiceMethod._Field |
forKey(int key) |
static ServiceMethod._Field |
forName(String name) |
Object |
getDefaultValue() |
PDescriptor |
getDescriptor() |
int |
getKey() |
String |
getName() |
PRequirement |
getRequirement() |
PType |
getType() |
boolean |
hasDefaultValue() |
String |
toString() |
static ServiceMethod._Field |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ServiceMethod._Field[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ServiceMethod._Field COMMENT
public static final ServiceMethod._Field ONE_WAY
public static final ServiceMethod._Field RETURN_TYPE
public static final ServiceMethod._Field NAME
public static final ServiceMethod._Field PARAMS
public static final ServiceMethod._Field EXCEPTIONS
public static final ServiceMethod._Field ANNOTATIONS
public static ServiceMethod._Field[] values()
for (ServiceMethod._Field c : ServiceMethod._Field.values()) System.out.println(c);
public static ServiceMethod._Field 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 PRequirement getRequirement()
getRequirement in interface PFieldpublic PDescriptor getDescriptor()
getDescriptor in interface PFieldpublic boolean hasDefaultValue()
hasDefaultValue in interface PFieldpublic Object getDefaultValue()
getDefaultValue in interface PFieldpublic String toString()
toString in class Enum<ServiceMethod._Field>public static ServiceMethod._Field forKey(int key)
public static ServiceMethod._Field forName(String name)
Copyright © 2016. All rights reserved.