Class TypeName
- java.lang.Object
-
- com.xebialabs.xlplatform.synthetic.TypeName
-
public final class TypeName extends java.lang.ObjectEncapsulates prefix and name of aType. Record style class with no spooky entanglements with registries and stuff.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)java.lang.StringgetName()java.lang.StringgetPrefix()inthashCode()java.lang.StringtoString()com.xebialabs.deployit.plugin.api.reflect.TypetoType(com.xebialabs.deployit.plugin.api.reflect.IDescriptorRegistry registry)
-
-
-
Method Detail
-
getPrefix
public java.lang.String getPrefix()
- Returns:
- The CI namespace for this type.
-
getName
public java.lang.String getName()
- Returns:
- The simple name for this type.
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
toType
public com.xebialabs.deployit.plugin.api.reflect.Type toType(com.xebialabs.deployit.plugin.api.reflect.IDescriptorRegistry registry)
-
-