public abstract class AbstractAttributeKey extends Object
Modifier | Constructor and Description |
---|---|
protected |
AbstractAttributeKey()
Constructor for the base AttributePath
|
protected |
AbstractAttributeKey(AbstractAttributeKey parent,
String property) |
protected |
AbstractAttributeKey(String base)
Constructor for the base AttributeRole
|
Modifier and Type | Method and Description |
---|---|
abstract AbstractAttributeKey |
append(String property) |
boolean |
equals(Object o) |
protected abstract char |
getDelimiter() |
int |
getDepth() |
String |
getFullPath() |
AbstractAttributeKey |
getParent() |
String |
getProperty() |
int |
hashCode() |
boolean |
isRoot() |
String |
toString() |
protected AbstractAttributeKey()
protected AbstractAttributeKey(String base)
protected AbstractAttributeKey(AbstractAttributeKey parent, String property)
public int getDepth()
protected abstract char getDelimiter()
public abstract AbstractAttributeKey append(String property)
public AbstractAttributeKey getParent()
public String getProperty()
public String getFullPath()
public boolean isRoot()
Copyright © 2016 JBoss by Red Hat. All rights reserved.