|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectca.infoway.messagebuilder.datatype.Hl7TypeName
public class Hl7TypeName
A class to hold an HL7 type name and its generic HL7 type parameters. Includes some utility methods.
Method Summary | |
---|---|
boolean |
equals(Object obj)
Returns whether the supplied object is equal to this object. |
List<Hl7TypeName> |
getParameters()
Returns the generic parameters of this hl7 type. |
String |
getRootName()
Returns the root name of this hl7 type name. |
String |
getUnparameterizedName()
Returns the name of this hl7 type. |
String |
getUnspecializedName()
Returns the unspecialized name for this hl7 type name. |
int |
hashCode()
Returns the hashcode for this object. |
static Hl7TypeName |
parse(String typeName)
Constructs an Hl7TypeName object from the given string. |
String |
toString()
Builds a string representation of this object. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public String toString()
Builds a string representation of this object.
toString
in class Object
public String getUnspecializedName()
Returns the unspecialized name for this hl7 type name.
public String getUnparameterizedName()
Returns the name of this hl7 type.
public List<Hl7TypeName> getParameters()
Returns the generic parameters of this hl7 type.
public static Hl7TypeName parse(String typeName)
Constructs an Hl7TypeName object from the given string.
typeName
- the type name
public String getRootName()
Returns the root name of this hl7 type name.
public boolean equals(Object obj)
Returns whether the supplied object is equal to this object.
equals
in class Object
obj
- the object to compare
public int hashCode()
Returns the hashcode for this object.
hashCode
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |