ControlTier Inc. > Open.ControlTier
 
Font size:      

TypeReference

Description

The TypeReference data type refers to a map type.

TypeReference

AttributeDescriptionRequired
nameThe type name.Yes

Examples

Shows TypeReference data type used in the type-exists Ant task.

	<type-exists
	   depot="${entity.depot}"
	   resultproperty="rs"
	   comment="">
	  <typereference name="MyType"/>
	</type-exists>