Uses of Class
org.bremersee.garmin.garmindevice.v2.model.SpecificationT
Packages that use SpecificationT
-
Uses of SpecificationT in org.bremersee.garmin.garmindevice.v2.model
Fields in org.bremersee.garmin.garmindevice.v2.model declared as SpecificationTModifier and TypeFieldDescriptionprotected SpecificationTFileT.specificationprotected SpecificationTInputToUnitT.specificationprotected SpecificationTOutputFromUnitT.specificationMethods in org.bremersee.garmin.garmindevice.v2.model that return SpecificationTModifier and TypeMethodDescriptionObjectFactory.createSpecificationT()Create an instance ofSpecificationTFileT.getSpecification()Gets the value of the specification property.InputToUnitT.getSpecification()Gets the value of the specification property.OutputFromUnitT.getSpecification()Gets the value of the specification property.Methods in org.bremersee.garmin.garmindevice.v2.model with parameters of type SpecificationTModifier and TypeMethodDescriptionvoidFileT.setSpecification(SpecificationT value) Sets the value of the specification property.voidInputToUnitT.setSpecification(SpecificationT value) Sets the value of the specification property.voidOutputFromUnitT.setSpecification(SpecificationT value) Sets the value of the specification property.