@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 null
Copyright © 2023. All rights reserved.