public abstract class UnknownType extends Object
isUnknown(). This could happen whenever a version of this API
is working against a Runtime version that added a new kind of type and cannot be mapped to the ones existing in this API, for
those cases (if needed the client has to be updated to use the latest version of this API) or pick up directly the value if no
logic is needed when handling the type represented by this class.| Modifier | Constructor and Description |
|---|---|
protected |
UnknownType() |
|
UnknownType(String value) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getValue() |
int |
hashCode() |
boolean |
isUnknown()
The type is unknown if neither of its possible values is set as true
|
String |
toString() |
protected UnknownType()
public UnknownType(String value)
public final boolean isUnknown()
true if the enumerative type used is unknown for this Mule Tooling API Versionpublic String getValue()
Copyright © 2019 MuleSoft, Inc.. All rights reserved.