Package org.cyclos.model.system.images
Enum ImageNature
- java.lang.Object
-
- java.lang.Enum<ImageNature>
-
- org.cyclos.model.system.images.ImageNature
-
- All Implemented Interfaces:
Serializable,Comparable<ImageNature>
public enum ImageNature extends Enum<ImageNature>
The possible image natures
-
-
Enum Constant Summary
Enum Constants Enum Constant Description ADAD_CATEGORYBULK_ACTIONCONFIGURATIONCONTACT_INFOCUSTOM_FIELD_VALUEDEFAULT_USERIDENTITY_PROVIDERIMPORTEDOIDC_CLIENTSYSTEM_CUSTOMTEMPTHEMEUSERUSER_CUSTOMVOUCHER_CATEGORYVOUCHER_TEMPLATEVOUCHER_TYPE
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleankeepOriginalContent()static ImageNaturevalueOf(String name)Returns the enum constant of this type with the specified name.static ImageNature[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
SYSTEM_CUSTOM
public static final ImageNature SYSTEM_CUSTOM
-
USER_CUSTOM
public static final ImageNature USER_CUSTOM
-
USER
public static final ImageNature USER
-
AD
public static final ImageNature AD
-
AD_CATEGORY
public static final ImageNature AD_CATEGORY
-
TEMP
public static final ImageNature TEMP
-
VOUCHER_TYPE
public static final ImageNature VOUCHER_TYPE
-
VOUCHER_CATEGORY
public static final ImageNature VOUCHER_CATEGORY
-
VOUCHER_TEMPLATE
public static final ImageNature VOUCHER_TEMPLATE
-
CUSTOM_FIELD_VALUE
public static final ImageNature CUSTOM_FIELD_VALUE
-
BULK_ACTION
public static final ImageNature BULK_ACTION
-
CONTACT_INFO
public static final ImageNature CONTACT_INFO
-
CONFIGURATION
public static final ImageNature CONFIGURATION
-
OIDC_CLIENT
public static final ImageNature OIDC_CLIENT
-
IDENTITY_PROVIDER
public static final ImageNature IDENTITY_PROVIDER
-
THEME
public static final ImageNature THEME
-
DEFAULT_USER
public static final ImageNature DEFAULT_USER
-
IMPORTED
public static final ImageNature IMPORTED
-
-
Method Detail
-
values
public static ImageNature[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (ImageNature c : ImageNature.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static ImageNature valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
keepOriginalContent
public boolean keepOriginalContent()
-
-