@ThreadSafe public class ScopedStringAttributeValue extends StringAttributeValue
| Modifier and Type | Field and Description |
|---|---|
private String |
scope
Scope of the attribute value.
|
| Constructor and Description |
|---|
ScopedStringAttributeValue(String attributeValue,
String valueScope)
Constructor.
|
private final String scope
@Nonnull @NotEmpty public final String getScope()
public boolean equals(@Nullable Object obj)
equals in class StringAttributeValuepublic int hashCode()
hashCode in class StringAttributeValue@Nonnull @NotEmpty public String toString()
toString in class StringAttributeValueCopyright © 1999–2014. All rights reserved.