Uses of Class
gov.nasa.pds.tools.validate.TargetType
| Package | Description |
|---|---|
| gov.nasa.pds.tools.validate |
Implementations of general-purpose classes for the validation
application.
|
-
Uses of TargetType in gov.nasa.pds.tools.validate
Methods in gov.nasa.pds.tools.validate that return TargetType Modifier and Type Method Description TargetTypeValidationTarget. getType()Gets the target type.static TargetTypeTargetType. valueOf(String name)Returns 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.Methods in gov.nasa.pds.tools.validate with parameters of type TargetType Modifier and Type Method Description voidInMemoryRegistrar. addTarget(String parentLocation, TargetType type, String location)voidTargetRegistrar. addTarget(String parentLocation, TargetType type, String location)Indicates that a target was discovered in the subtree being validated.intInMemoryRegistrar. getTargetCount(TargetType type)intTargetRegistrar. getTargetCount(TargetType type)Gets the number of targets encountered so far for a target type.voidValidationTarget. setType(TargetType type)Sets the target type.Constructors in gov.nasa.pds.tools.validate with parameters of type TargetType Constructor Description ValidationTarget(String location, TargetType type)Creates an instance with a given location.