public enum Base64ParameterCodes extends java.lang.Enum<Base64ParameterCodes>
Enum Constant and Description |
---|
AttachmentName |
CollectionId |
CollectionName |
ItemId |
LongId |
Occurrence |
Options |
ParentId |
User |
Modifier and Type | Method and Description |
---|---|
static Base64ParameterCodes |
getParam(int value) |
static Base64ParameterCodes |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Base64ParameterCodes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Base64ParameterCodes AttachmentName
public static final Base64ParameterCodes CollectionId
public static final Base64ParameterCodes CollectionName
public static final Base64ParameterCodes ItemId
public static final Base64ParameterCodes LongId
public static final Base64ParameterCodes ParentId
public static final Base64ParameterCodes Occurrence
public static final Base64ParameterCodes Options
public static final Base64ParameterCodes User
public static Base64ParameterCodes[] values()
for (Base64ParameterCodes c : Base64ParameterCodes.values()) System.out.println(c);
public static Base64ParameterCodes valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic static Base64ParameterCodes getParam(int value)
Copyright © 2021. All Rights Reserved.