Uses of Class
joynr.infrastructure.DacTypes.ChangeType
-
Packages that use ChangeType Package Description joynr.infrastructure.DacTypes -
-
Uses of ChangeType in joynr.infrastructure.DacTypes
Methods in joynr.infrastructure.DacTypes that return ChangeType Modifier and Type Method Description static ChangeTypeChangeType. getEnumValue(Integer ordinal)Get the matching enum for an ordinal numberstatic ChangeTypeChangeType. valueOf(String name)Returns the enum constant of this type with the specified name.static ChangeType[]ChangeType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-