@FunctionalInterface public interface AnchorTargetValue extends Serializable
target attribute values for an <a>
element.AnchorTarget| Modifier and Type | Method and Description |
|---|---|
static AnchorTargetValue |
forString(String value)
Gets an object instance wrapping the
value string representation. |
String |
getValue()
Gets the string value representation.
|
String getValue()
static AnchorTargetValue forString(String value)
value string representation.value - the string value representation, not nullCopyright © 2025. All rights reserved.