Uses of Class
com.sas.lsaf.core.type.TypeDescriptor
-
Packages that use TypeDescriptor Package Description com.sas.lsaf.core.type Services and classes to describe the object type definitions within the system. -
-
Uses of TypeDescriptor in com.sas.lsaf.core.type
Subclasses of TypeDescriptor in com.sas.lsaf.core.type Modifier and Type Class Description class
Type
AType
represents an object type that is defined in the system and that contains metadata that represents the state that is maintained by instances of this type.Methods in com.sas.lsaf.core.type that return types with arguments of type TypeDescriptor Modifier and Type Method Description java.util.List<TypeDescriptor>
TypeService. getTopLevelTypes()
Retrieve all type definitions that are repository contexts that haveType.Capability.TOP
in the system.
-