Interface IPrimitiveType
- All Superinterfaces:
IType
- Version:
- $Revision: 1.1 $ $Date: 2003/08/07 09:54:05 $
- Author:
- Stepan Roh, Polarion Software
-
Method Summary
Modifier and TypeMethodDescriptionSubtype specifies how the value of thegetTypeName()
type should be created and treated.
-
Method Details
-
getTypeName
String getTypeName() -
getSubtype
String getSubtype()Subtype specifies how the value of thegetTypeName()
type should be created and treated. Subtype is type-specific.Values of the same type, but different subtypes are generally interchangeable.
Equality of
IPrimitiveType
instances is affected by the subtype.- Returns:
- subtype or
null
- Since:
- 3.4
-