ExplicitDestinationTypeConverter
Inheritance: java.lang.Object
public class ExplicitDestinationTypeConverter
Represents ExplicitDestinationTypeConverter class
Constructors
Constructor | Description |
---|---|
ExplicitDestinationTypeConverter() |
Methods
Method | Description |
---|---|
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:
Parameter | Type | Description |
---|---|---|
value | int | ExplicitDestinationType element |
Returns: java.lang.String - String name
toEnum(String value)
public static int toEnum(String value)
String ExplicitDestinationType element for its string name
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String | String name |
Returns: int - ExplicitDestinationType element