Uses of Class
com.sas.lsaf.core.type.AttributeDefinition
Packages that use AttributeDefinition
Package
Description
Services and classes to describe the object type definitions within the system.
-
Uses of AttributeDefinition in com.sas.lsaf.core.type
Methods in com.sas.lsaf.core.type that return AttributeDefinitionModifier and TypeMethodDescriptionType.getAttributeDefinitionById(String id) Gets the attribute definition with the specified identifier.Type.getAttributeDefinitionByName(String name) Gets the attribute definition with the specified name.Methods in com.sas.lsaf.core.type that return types with arguments of type AttributeDefinitionModifier and TypeMethodDescriptionType.getAttributeDefinitions()Gets the attribute definitions that are related to the object type.Constructor parameters in com.sas.lsaf.core.type with type arguments of type AttributeDefinitionModifierConstructorDescriptionType(String id, String name, String description, boolean contextType, boolean folderType, boolean sharedFolderType, boolean fileType, List<AttributeDefinition> attributeDefinitions, List<Type.Capability> capabilities, List<String> allowableChildTypes, long revision) It is not intended or recommended that the consumer of this API construct these objects.