Uses of Enum
com.xero.models.assets.BookDepreciationSetting.DepreciationMethodEnum
Packages that use BookDepreciationSetting.DepreciationMethodEnum
-
Uses of BookDepreciationSetting.DepreciationMethodEnum in com.xero.models.assets
Methods in com.xero.models.assets that return BookDepreciationSetting.DepreciationMethodEnumModifier and TypeMethodDescriptionfromValueBookDepreciationSetting.getDepreciationMethod()The method of depreciation applied to this asset.Returns the enum constant of this type with the specified name.BookDepreciationSetting.DepreciationMethodEnum.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.xero.models.assets with parameters of type BookDepreciationSetting.DepreciationMethodEnumModifier and TypeMethodDescriptionBookDepreciationSetting.depreciationMethod(BookDepreciationSetting.DepreciationMethodEnum depreciationMethod) The method of depreciation applied to this asset.voidBookDepreciationSetting.setDepreciationMethod(BookDepreciationSetting.DepreciationMethodEnum depreciationMethod) The method of depreciation applied to this asset.