Uses of Enum
de.turnertech.tz.symbol.TacticalSymbolTag
-
Uses of TacticalSymbolTag in de.turnertech.tz.symbol
Methods in de.turnertech.tz.symbol that return TacticalSymbolTagModifier and TypeMethodDescriptionstatic TacticalSymbolTagReturns the enum constant of this type with the specified name.static TacticalSymbolTag[]TacticalSymbolTag.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.turnertech.tz.symbol that return types with arguments of type TacticalSymbolTagModifier and TypeMethodDescriptionstatic Optional<TacticalSymbolTag>Gets the tag instance related to a string.TacticalSymbolResource.getTags()Returns the collection of tags associated with this symbolMethods in de.turnertech.tz.symbol with parameters of type TacticalSymbolTagModifier and TypeMethodDescriptionstatic Collection<TacticalSymbolResource>TacticalSymbolResourceFactory.getTacticalSymbols(TacticalSymbolTag... tags) A search mechanism using "AND" logic to retrieve allTacticalSymbolResources with all of the desiredTacticalSymbolTagsbooleanTacticalSymbolResource.hasTag(TacticalSymbolTag tag) Simple check to see if a tag is present.