public abstract class AbstractResourceName extends java.lang.Object implements ResourceName
ResourceName.| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
name |
protected ResourceName |
parent |
| Constructor and Description |
|---|
AbstractResourceName(ResourceName parent,
java.lang.String name) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetParentprotected final java.lang.String name
@Nullable protected final ResourceName parent
public AbstractResourceName(@Nullable
ResourceName parent,
java.lang.String name)
public java.lang.String getName()
getName in interface ResourceName