public interface PrimitiveValue<T> extends TypedValue
Modifier and Type | Method and Description |
---|---|
PrimitiveValueType |
getType()
The type of the value.
|
T |
getValue()
The actual value.
|
isTransient
T getValue()
TypedValue
getValue
in interface TypedValue
PrimitiveValueType getType()
TypedValue
getType
in interface TypedValue
Copyright © 2022. All rights reserved.