Uses of Class
aQute.libg.dtos.DTOs.Reason
-
Packages that use DTOs.Reason Package Description aQute.libg.dtos -
-
Uses of DTOs.Reason in aQute.libg.dtos
Fields in aQute.libg.dtos declared as DTOs.Reason Modifier and Type Field Description DTOs.Reason
DTOs.Difference. reason
The reason why there was a differenceMethods in aQute.libg.dtos that return DTOs.Reason Modifier and Type Method Description static DTOs.Reason
DTOs.Reason. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static DTOs.Reason[]
DTOs.Reason. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in aQute.libg.dtos with parameters of type DTOs.Reason Constructor Description Diff(DTOs.Reason reason, DTOsImpl.Link link)
-