Rule Execution Server API

ilog.rules.bom.mutable
Interface IlrMutableTypeVariable

All Superinterfaces:
IlrModelElement, IlrMutableModelElement, IlrMutableType, IlrProperties, IlrTransientProperties, IlrType, IlrTypeVariable
All Known Implementing Classes:
IlrDynamicTypeVariable

public interface IlrMutableTypeVariable
extends IlrMutableType, IlrTypeVariable

This interface represents a type variable of a generic type.

Since:
JRules 6.0

Method Summary
 
Methods inherited from interface ilog.rules.bom.mutable.IlrMutableType
setDomain
 
Methods inherited from interface ilog.rules.bom.mutable.IlrMutableModelElement
getMutableObjectModel
 
Methods inherited from interface ilog.rules.bom.IlrTypeVariable
getBounds, getDeclaringElement, setBounds
 
Methods inherited from interface ilog.rules.bom.IlrType
detach, getArrayClass, getArrayType, getComponentType, getDomain, getFullyQualifiedRawName, getJavaClass, getNativeClass, getRawName, isArray, isClass, isEnum, isMissingReference, isPrimitiveType, isTypeVariable, isWildcardType
 
Methods inherited from interface ilog.rules.bom.IlrModelElement
getEnclosingNamespace, getFullyQualifiedName, getName, getObjectModel
 
Methods inherited from interface ilog.rules.bom.IlrProperties
isPropertyPersistent, setPersistentProperty, setPersistentProperty
 
Methods inherited from interface ilog.rules.bom.IlrTransientProperties
getPropertyValue, getPropertyValue, propertyNames, removeProperty, setPropertyValue
 


Rule Execution Server API

© Copyright IBM Corp. 1987, 2013