Class ConditionalKeys.ConditionalValue

    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.util.Collection<java.lang.String> conditions
      The conditions for restrictionValue
      java.lang.String restrictionValue
      The value the tag should have if the condition matches
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.util.List<ConditionalKeys.ConditionalValue> parse​(java.lang.String value)
      Parses the condition values as string.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • restrictionValue

        public final java.lang.String restrictionValue
        The value the tag should have if the condition matches
    • Constructor Detail

      • ConditionalValue

        public ConditionalValue​(java.lang.String restrictionValue,
                                java.util.Collection<java.lang.String> conditions)
        Parameters:
        restrictionValue - The value the tag should have if the condition matches
        conditions - The conditions for that value