public class AttributeRole extends AbstractAttributeKey
Modifier and Type | Field and Description |
---|---|
static char |
DELIMITER |
Constructor and Description |
---|
AttributeRole(String base) |
Modifier and Type | Method and Description |
---|---|
AttributeRole |
append(String property)
Creates a new AbstractAttributeKey by appending the passed part.
|
protected char |
getDelimiter() |
AttributeRole |
getParent()
Access to the parent part
|
equals, getDepth, getFullPath, getProperty, hashCode, isCollectionElement, isPartOfCollectionElement, isRoot, stripCollectionElementMarker, toString
public static final char DELIMITER
public AttributeRole(String base)
protected char getDelimiter()
getDelimiter
in class AbstractAttributeKey
public AttributeRole append(String property)
AbstractAttributeKey
append
in class AbstractAttributeKey
property
- The part to appendpublic AttributeRole getParent()
AbstractAttributeKey
getParent
in class AbstractAttributeKey
Copyright © 2001-2021 Red Hat, Inc. All Rights Reserved.