public class DataSenseNotificationType extends UnknownType
| Constructor and Description |
|---|
DataSenseNotificationType(String name) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
static DataSenseNotificationType |
errorDataSenseNotificationType(String name) |
static DataSenseNotificationType |
fatalErrorDataSenseNotificationType(String name) |
static DataSenseNotificationType |
infoDataSenseNotificationType(String name) |
boolean |
isError() |
boolean |
isFatalError() |
boolean |
isInfo() |
boolean |
isWarning() |
static DataSenseNotificationType |
warningDataSenseNotificationType(String name) |
getValue, isUnknownpublic DataSenseNotificationType(String name)
public static DataSenseNotificationType fatalErrorDataSenseNotificationType(String name)
public static DataSenseNotificationType errorDataSenseNotificationType(String name)
public static DataSenseNotificationType warningDataSenseNotificationType(String name)
public static DataSenseNotificationType infoDataSenseNotificationType(String name)
public boolean isError()
public boolean isFatalError()
public boolean isInfo()
public boolean isWarning()
Copyright © 2017 MuleSoft, Inc.. All rights reserved.