Uses of Class
org.lemsml.jlems.core.type.ComponentTypeReference
-
Packages that use ComponentTypeReference Package Description org.lemsml.jlems.core.reader org.lemsml.jlems.core.type -
-
Uses of ComponentTypeReference in org.lemsml.jlems.core.reader
Methods in org.lemsml.jlems.core.reader that return ComponentTypeReference Modifier and Type Method Description private ComponentTypeReference
LemsFactory. buildComponentTypeReference(XMLElement xel)
-
Uses of ComponentTypeReference in org.lemsml.jlems.core.type
Fields in org.lemsml.jlems.core.type with type parameters of type ComponentTypeReference Modifier and Type Field Description LemsCollection<ComponentTypeReference>
ComponentType. componentTypeReferences
Methods in org.lemsml.jlems.core.type that return ComponentTypeReference Modifier and Type Method Description ComponentTypeReference
ComponentTypeReference. makeCopy()
Methods in org.lemsml.jlems.core.type that return types with arguments of type ComponentTypeReference Modifier and Type Method Description LemsCollection<ComponentTypeReference>
ComponentType. getComponentTypeRefs()
-