public interface Attributable<P extends PlainAttr<?>> extends Entity
EMAIL_PATTERN, ID_PATTERN, ID_REGEX
Modifier and Type | Method and Description |
---|---|
boolean |
add(P attr) |
Optional<? extends P> |
getPlainAttr(String plainSchema)
Returns the plain attribute for this instance and the given schema name.s
|
List<? extends P> |
getPlainAttrs()
Returns the plain attributes for this instance.
|
boolean |
remove(P attr) |
boolean add(P attr)
boolean remove(P attr)
Optional<? extends P> getPlainAttr(String plainSchema)
plainSchema
- plain schema nameCopyright © 2010–2023 The Apache Software Foundation. All rights reserved.