Package | Description |
---|---|
com.sas.lsaf.core.type |
Services and classes to describe the object type definitions within the system.
|
Modifier and Type | Method and Description |
---|---|
static Type.Capability |
Type.Capability.valueOf(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.
|
Modifier and Type | Method and Description |
---|---|
List<Type.Capability> |
Type.getCapabilities()
Gets the capabilities that are available with the type definition.
|
Constructor and Description |
---|
Type(String id,
String name,
String description,
boolean contextType,
boolean folderType,
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.
|
Copyright (c) 2019, SAS Institute Inc., Cary, NC, USA