Uses of Class
com.sas.lsaf.core.type.Type.Capability
-
Packages that use Type.Capability Package Description com.sas.lsaf.core.type 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.Capability Modifier and Type Method Description static Type.Capability
Type.Capability. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Type.Capability[]
Type.Capability. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.sas.lsaf.core.type that return types with arguments of type Type.Capability Modifier and Type Method Description java.util.List<Type.Capability>
Type. getCapabilities()
Gets the capabilities that are available with the type definition.Methods in com.sas.lsaf.core.type with parameters of type Type.Capability Modifier and Type Method Description java.util.List<Type>
TypeService. getTypesByCapability(Type.Capability capability)
Retrieve all type definitions that have the specified capabilityType.Capability
in the system.boolean
TypeService. isTypeCapable(java.lang.String id, Type.Capability capability)
Indicates whether the capability is available at the specified type.
-