Uses of Class
com.orchestranetworks.addon.dex.mapping.MappingType
-
Packages that use MappingType Package Description com.orchestranetworks.addon.dex.mapping Classes and interfaces to configure mapping between source and target applications. -
-
Uses of MappingType in com.orchestranetworks.addon.dex.mapping
Methods in com.orchestranetworks.addon.dex.mapping that return MappingType Modifier and Type Method Description MappingTypeFieldMapping. getMappingType()Returns the specifiedMappingTypeto this.static MappingTypeMappingType. parse(java.lang.String value)static MappingTypeMappingType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static MappingType[]MappingType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.orchestranetworks.addon.dex.mapping with parameters of type MappingType Modifier and Type Method Description voidFieldMapping. setMappingType(MappingType mappingType)Sets aMappingTypeto this.
-