ExplicitDestinationTypeConverter

Inheritance: java.lang.Object

public class ExplicitDestinationTypeConverter

Represents ExplicitDestinationTypeConverter class

Constructors

ConstructorDescription
ExplicitDestinationTypeConverter()

Methods

MethodDescription
toString(int value)String name for ExplicitDestinationType element
toEnum(String value)String ExplicitDestinationType element for its string name

ExplicitDestinationTypeConverter()

public ExplicitDestinationTypeConverter()

toString(int value)

public static String toString(int value)

String name for ExplicitDestinationType element

Parameters:

ParameterTypeDescription
valueintExplicitDestinationType element

Returns: java.lang.String - String name

toEnum(String value)

public static int toEnum(String value)

String ExplicitDestinationType element for its string name

Parameters:

ParameterTypeDescription
valuejava.lang.StringString name

Returns: int - ExplicitDestinationType element