| Package | Description |
|---|---|
| org.kuali.rice.krms.api.repository |
Copyright 2005-2016 The Kuali Foundation
Licensed under the Educational Community License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
|
| org.kuali.rice.krms.api.repository.language |
Copyright 2005-2016 The Kuali Foundation
Licensed under the Educational Community License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
|
| org.kuali.rice.krms.api.repository.type |
Copyright 2005-2016 The Kuali Foundation
Licensed under the Educational Community License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
|
| Modifier and Type | Method and Description |
|---|---|
KrmsAttributeDefinition.Builder |
BaseAttribute.Builder.getAttributeDefinition() |
| Modifier and Type | Method and Description |
|---|---|
void |
BaseAttribute.Builder.setAttributeDefinition(KrmsAttributeDefinition.Builder attributeDefinition)
Sets the attributeDefinition object related to the attribute.
|
| Modifier and Type | Method and Description |
|---|---|
KrmsAttributeDefinition.Builder |
NaturalLanguageTemplateAttribute.Builder.getAttributeDefinition() |
| Modifier and Type | Method and Description |
|---|---|
void |
NaturalLanguageTemplateAttribute.Builder.setAttributeDefinition(KrmsAttributeDefinition.Builder attributeDefinition) |
| Modifier and Type | Method and Description |
|---|---|
KrmsAttributeDefinition.Builder |
KrmsAttributeDefinition.Builder.componentName(String componentName)
fluent interface that sets the componentName of the KrmsAttributeDefinition.
|
static KrmsAttributeDefinition.Builder |
KrmsAttributeDefinition.Builder.create(KrmsAttributeDefinitionContract contract)
Creates a builder by populating it with data from the given
KrmsAttributeDefinitionContract. |
static KrmsAttributeDefinition.Builder |
KrmsAttributeDefinition.Builder.create(String id,
String name,
String namespace)
Creates a builder from the given parameters.
|
KrmsAttributeDefinition.Builder |
KrmsAttributeDefinition.Builder.label(String label)
fluent interface that sets the label of the KrmsAttributeDefinition.
|
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.