Uses of Class
com.orchestranetworks.addon.dpra.AssetType
-
Packages that use AssetType Package Description com.orchestranetworks.addon.dpra Provides the factory for all operations in the add-on.com.orchestranetworks.addon.dpra.function Provides classes and interfaces to create custom functions. -
-
Uses of AssetType in com.orchestranetworks.addon.dpra
Methods in com.orchestranetworks.addon.dpra that return AssetType Modifier and Type Method Description static AssetTypeAssetType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static AssetType[]AssetType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of AssetType in com.orchestranetworks.addon.dpra.function
Methods in com.orchestranetworks.addon.dpra.function that return AssetType Modifier and Type Method Description AssetTypeFunctionDefinition. getAssetType()Returns the asset type.
-