gov.nasa.pds.tools.dict
Class DictIdentifier

java.lang.Object
  extended by gov.nasa.pds.tools.dict.DictIdentifier
All Implemented Interfaces:
Serializable

public class DictIdentifier
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
DictIdentifier(Alias alias, Class<? extends Definition> clazz)
           
DictIdentifier(String id, Class<? extends Definition> clazz)
           
 
Method Summary
 boolean equals(Object o)
           
 String getId()
           
 Class<? extends Definition> getType()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DictIdentifier

public DictIdentifier(Alias alias,
                      Class<? extends Definition> clazz)

DictIdentifier

public DictIdentifier(String id,
                      Class<? extends Definition> clazz)
Method Detail

getType

public Class<? extends Definition> getType()

getId

public String getId()

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2005–2013 Planetary Data System. All rights reserved.