com.adobe.idp.dsc.propertyeditor
Class PropertyContext.Severity

java.lang.Object
  extended by java.lang.Enum
      extended by 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

Field Summary
static PropertyContext.Severity Error
           
static PropertyContext.Severity Information
           
static PropertyContext.Severity Warning
           
 
Method Summary
static PropertyContext.Severity valueOf(java.lang.String name)
           
static PropertyContext.Severity[] values()
           
 
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
 

Field Detail

Information

public static final PropertyContext.Severity Information

Warning

public static final PropertyContext.Severity Warning

Error

public static final PropertyContext.Severity Error
Method Detail

values

public static PropertyContext.Severity[] values()

valueOf

public static PropertyContext.Severity valueOf(java.lang.String name)