Metadata
, NonNullMetadata
public interface ValueMetadata extends NonNullMetadata
String
value that will be type-converted
if necessary before injecting.Modifier and Type | Method | Description |
---|---|---|
java.lang.String |
getStringValue() |
Return the unconverted string representation of the value.
|
java.lang.String |
getType() |
Return the name of the type to which the value should be converted.
|
java.lang.String getStringValue()
value
attribute or text part of the
value
element.java.lang.String getType()
type
attribute.null
if no type is specified.