Uses of Class
org.bidib.jbidibc.decoder.schema.commontypes.TriggerType
Packages that use TriggerType
-
Uses of TriggerType in org.bidib.jbidibc.decoder.schema.commontypes
Fields in org.bidib.jbidibc.decoder.schema.commontypes with type parameters of type TriggerTypeMethods in org.bidib.jbidibc.decoder.schema.commontypes that return TriggerTypeModifier and TypeMethodDescriptionObjectFactory.createTriggerType()Create an instance ofTriggerTypeTriggerType.withCondition(Collection<ConditionType> values) TriggerType.withCondition(ConditionType... values) TriggerType.withTarget(String value) Methods in org.bidib.jbidibc.decoder.schema.commontypes that return types with arguments of type TriggerTypeModifier and TypeMethodDescriptionjavax.xml.bind.JAXBElement<TriggerType> ObjectFactory.createTrigger(TriggerType value) ConditionsType.getTrigger()Gets the value of the trigger property.Methods in org.bidib.jbidibc.decoder.schema.commontypes with parameters of type TriggerTypeModifier and TypeMethodDescriptionjavax.xml.bind.JAXBElement<TriggerType> ObjectFactory.createTrigger(TriggerType value) ConditionsType.withTrigger(TriggerType... values) Method parameters in org.bidib.jbidibc.decoder.schema.commontypes with type arguments of type TriggerType