Uses of Enum
model.enums.TargetType
Packages that use TargetType
-
Uses of TargetType in model
Constructors in model with parameters of type TargetTypeModifierConstructorDescriptionMeasurementTarget(TargetType ttype, String text) Constructor to safely creates instance of the class, pre-emptively checks if target is valid. -
Uses of TargetType in model.enums
Methods in model.enums that return TargetTypeModifier and TypeMethodDescriptionstatic TargetTypeReturns the enum constant of this type with the specified name.static TargetType[]TargetType.values()Returns an array containing the constants of this enum type, in the order they are declared.