Uses of Enum Class
com.sas.lsaf.core.type.Type.Capability
Packages that use Type.Capability
Package
Description
Services and classes to describe the object type definitions within the system.
-
Uses of Type.Capability in com.sas.lsaf.core.type
Methods in com.sas.lsaf.core.type that return Type.CapabilityModifier and TypeMethodDescriptionstatic Type.CapabilityReturns the enum constant of this class with the specified name.static Type.Capability[]Type.Capability.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.sas.lsaf.core.type that return types with arguments of type Type.CapabilityModifier and TypeMethodDescriptionType.getCapabilities()Gets the capabilities that are available with the type definition.Methods in com.sas.lsaf.core.type with parameters of type Type.CapabilityModifier and TypeMethodDescriptionTypeService.getTypesByCapability(Type.Capability capability) Retrieve all type definitions that have the specified capabilityType.Capabilityin the system.booleanTypeService.isTypeCapable(String id, Type.Capability capability) Indicates whether the capability is available at the specified type.