Uses of Class
org.bidib.jbidibc.decoder.schema.commontypes.TriggerType
-
Packages that use TriggerType Package Description org.bidib.jbidibc.decoder.schema.commontypes -
-
Uses of TriggerType in org.bidib.jbidibc.decoder.schema.commontypes
Fields in org.bidib.jbidibc.decoder.schema.commontypes with type parameters of type TriggerType Modifier and Type Field Description protected List<TriggerType>ConditionsType. triggerMethods in org.bidib.jbidibc.decoder.schema.commontypes that return TriggerType Modifier and Type Method Description TriggerTypeObjectFactory. createTriggerType()Create an instance ofTriggerTypeTriggerTypeTriggerType. withCondition(Collection<ConditionType> values)TriggerTypeTriggerType. withCondition(ConditionType... values)TriggerTypeTriggerType. withTarget(String value)TriggerTypeTriggerType. withValue(String value)Methods in org.bidib.jbidibc.decoder.schema.commontypes that return types with arguments of type TriggerType Modifier and Type Method Description javax.xml.bind.JAXBElement<TriggerType>ObjectFactory. createTrigger(TriggerType value)List<TriggerType>ConditionsType. getTrigger()Gets the value of the trigger property.Methods in org.bidib.jbidibc.decoder.schema.commontypes with parameters of type TriggerType Modifier and Type Method Description javax.xml.bind.JAXBElement<TriggerType>ObjectFactory. createTrigger(TriggerType value)ConditionsTypeConditionsType. withTrigger(TriggerType... values)Method parameters in org.bidib.jbidibc.decoder.schema.commontypes with type arguments of type TriggerType Modifier and Type Method Description ConditionsTypeConditionsType. withTrigger(Collection<TriggerType> values)
-