public static class MetadataObjects.MetadataObjectImpl extends java.lang.Object implements MetadataObject
MetadataObject
.MetadataObject.Type
Constructor and Description |
---|
MetadataObjectImpl(java.lang.String parent,
java.lang.String name,
MetadataObject.Type type)
Create the metadata object with the given name, parent and type.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
java.lang.String |
name()
The name of th object.
|
java.lang.String |
parent()
The parent full name of the object.
|
java.lang.String |
toString() |
MetadataObject.Type |
type()
The type of the object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
fullName
public MetadataObjectImpl(java.lang.String parent, java.lang.String name, MetadataObject.Type type)
parent
- The parent of the metadata objectname
- The name of the metadata objecttype
- The type of the metadata objectpublic java.lang.String name()
MetadataObject
name
in interface MetadataObject
public java.lang.String parent()
MetadataObject
parent
in interface MetadataObject
public MetadataObject.Type type()
MetadataObject
type
in interface MetadataObject
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object