public static enum VorbisLikeCommentTool.Command.Commands extends Enum<VorbisLikeCommentTool.Command.Commands>
Modifier and Type | Method and Description |
---|---|
static VorbisLikeCommentTool.Command.Commands |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VorbisLikeCommentTool.Command.Commands[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VorbisLikeCommentTool.Command.Commands List
public static final VorbisLikeCommentTool.Command.Commands Append
public static final VorbisLikeCommentTool.Command.Commands Overwrite
public static final VorbisLikeCommentTool.Command.Commands Help
public static VorbisLikeCommentTool.Command.Commands[] values()
for (VorbisLikeCommentTool.Command.Commands c : VorbisLikeCommentTool.Command.Commands.values()) System.out.println(c);
public static VorbisLikeCommentTool.Command.Commands 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 nullCopyright © 2015. All rights reserved.