com.adobe.idp.dsc.propertyeditor
Class PropertyContext.Severity
java.lang.Object
java.lang.Enum
com.adobe.idp.dsc.propertyeditor.PropertyContext.Severity
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable
- Enclosing interface:
- PropertyContext
public static final class PropertyContext.Severity
- extends java.lang.Enum
Displays a message to user
- See Also:
- Serialized Form
Methods inherited from class java.lang.Enum |
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
Information
public static final PropertyContext.Severity Information
Warning
public static final PropertyContext.Severity Warning
Error
public static final PropertyContext.Severity Error
values
public static PropertyContext.Severity[] values()
valueOf
public static PropertyContext.Severity valueOf(java.lang.String name)