public class DataSenseNotificationType extends UnknownType
DataSenseNotification.| 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, hashCode, isUnknown, toStringpublic DataSenseNotificationType(String name)
public boolean equals(Object other)
equals in class UnknownTypepublic 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 © 2020 MuleSoft, Inc.. All rights reserved.