public enum VoidName extends Enum<VoidName> implements TypeName
| Modifier and Type | Class and Description |
|---|---|
static interface |
Writable.Context |
| Enum Constant and Description |
|---|
VOID |
| Modifier and Type | Method and Description |
|---|---|
Set<ClassName> |
referencedClasses() |
String |
toString() |
static VoidName |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VoidName[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Appendable |
write(Appendable appendable,
Writable.Context context) |
public static final VoidName VOID
public static VoidName[] values()
for (VoidName c : VoidName.values()) System.out.println(c);
public static VoidName 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 Set<ClassName> referencedClasses()
referencedClasses in interface HasClassReferencespublic Appendable write(Appendable appendable, Writable.Context context) throws IOException
IOExceptionCopyright © 2015 Google, Inc.. All Rights Reserved.