public static enum IProperty.CONTENT_TYPE_ENUM extends java.lang.Enum<IProperty.CONTENT_TYPE_ENUM>
| Modifier and Type | Method and Description |
|---|---|
static IProperty.CONTENT_TYPE_ENUM |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IProperty.CONTENT_TYPE_ENUM[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared.
|
public static final IProperty.CONTENT_TYPE_ENUM constant
public static final IProperty.CONTENT_TYPE_ENUM required
public static final IProperty.CONTENT_TYPE_ENUM optional
public static IProperty.CONTENT_TYPE_ENUM[] values()
for (IProperty.CONTENT_TYPE_ENUM c : IProperty.CONTENT_TYPE_ENUM.values())
System.out.println(c);
public static IProperty.CONTENT_TYPE_ENUM 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 null