Class Gs2AttributeValue

    • Constructor Detail

      • Gs2AttributeValue

        public Gs2AttributeValue​(Gs2Attributes attribute,
                                 java.lang.String value)
    • Method Detail

      • writeTo

        public static java.lang.StringBuffer writeTo​(java.lang.StringBuffer sb,
                                                     Gs2Attributes attribute,
                                                     java.lang.String value)
      • parse

        public static Gs2AttributeValue parse​(java.lang.String value)
                                       throws java.lang.IllegalArgumentException
        Parses a potential Gs2AttributeValue String.
        Parameters:
        value - The string that contains the Attribute-Value pair (where value is optional).
        Returns:
        The parsed class, or null if the String was null.
        Throws:
        java.lang.IllegalArgumentException - If the String is an invalid Gs2AttributeValue