Uses of Class
com.orchestranetworks.addon.dama.ext.enumeration.DAMType
-
Packages that use DAMType Package Description com.orchestranetworks.addon.dama.ext.enumeration Provides enumerations for permissions on assets, asset state, and sorting assets. -
-
Uses of DAMType in com.orchestranetworks.addon.dama.ext.enumeration
Methods in com.orchestranetworks.addon.dama.ext.enumeration that return DAMType Modifier and Type Method Description static DAMTypeDAMType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static DAMType[]DAMType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.orchestranetworks.addon.dama.ext.enumeration with parameters of type DAMType Modifier and Type Method Description com.orchestranetworks.schema.PathSortBy. getSortPath(DAMType damType)Get the sort path depending on DAM Type
-