Uses of Interface
org.camunda.bpm.model.dmn.instance.TypeRef
- 
Packages that use TypeRef Package Description org.camunda.bpm.model.dmn.impl.instance org.camunda.bpm.model.dmn.instance  - 
- 
Uses of TypeRef in org.camunda.bpm.model.dmn.impl.instance
Classes in org.camunda.bpm.model.dmn.impl.instance that implement TypeRef Modifier and Type Class Description classTypeRefImplFields in org.camunda.bpm.model.dmn.impl.instance with type parameters of type TypeRef Modifier and Type Field Description protected static ChildElement<TypeRef>ItemDefinitionImpl. typeRefChildMethods in org.camunda.bpm.model.dmn.impl.instance that return TypeRef Modifier and Type Method Description TypeRefItemDefinitionImpl. getTypeRef()Methods in org.camunda.bpm.model.dmn.impl.instance with parameters of type TypeRef Modifier and Type Method Description voidItemDefinitionImpl. setTypeRef(TypeRef typeRef) - 
Uses of TypeRef in org.camunda.bpm.model.dmn.instance
Methods in org.camunda.bpm.model.dmn.instance that return TypeRef Modifier and Type Method Description TypeRefItemDefinition. getTypeRef()Methods in org.camunda.bpm.model.dmn.instance with parameters of type TypeRef Modifier and Type Method Description voidItemDefinition. setTypeRef(TypeRef typeRef) 
 -