public class ReferenceHolder extends java.lang.Object implements PathComponent
Constructor and Description |
---|
ReferenceHolder()
Constructor.
|
ReferenceHolder(java.lang.String name,
java.lang.String type)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName()
Get the name of the reference.
|
java.lang.String |
getType()
Get the type of the reference.
|
void |
setName(java.lang.String name)
Set the name of the reference.
|
void |
setType(java.lang.String type)
Set the type of the reference.
|
java.lang.String |
toString() |
public ReferenceHolder(java.lang.String name, java.lang.String type)
name
- the name of the reference.type
- the type of the reference.public ReferenceHolder()
public java.lang.String getName()
public void setName(java.lang.String name)
name
- the name.public java.lang.String getType()
public void setType(java.lang.String type)
type
- the type.public java.lang.String toString()
toString
in class java.lang.Object