public class Gs2AttributeValue extends AbstractCharAttributeValue
Constructor and Description |
---|
Gs2AttributeValue(Gs2Attributes attribute,
String value) |
Modifier and Type | Method and Description |
---|---|
static Gs2AttributeValue |
parse(String value)
Parses a potential Gs2AttributeValue String.
|
static StringBuffer |
writeTo(StringBuffer sb,
Gs2Attributes attribute,
String value) |
getChar, getValue, writeTo
toString
public Gs2AttributeValue(Gs2Attributes attribute, String value)
public static StringBuffer writeTo(StringBuffer sb, Gs2Attributes attribute, String value)
public static Gs2AttributeValue parse(String value) throws IllegalArgumentException
value
- The string that contains the Attribute-Value pair (where value is optional).IllegalArgumentException
- If the String is an invalid Gs2AttributeValueCopyright © 2017–2018. All rights reserved.