public interface Attribute<T> extends Serializable
Modifier and Type | Interface and Description |
---|---|
static class |
Attribute.TYPE |
Modifier and Type | Method and Description |
---|---|
String |
getName()
Get the name of the attribute
|
T |
getValue()
The value of the attribute
|
Copyright © 2021 JBoss by Red Hat. All rights reserved.