| Package | Description |
|---|---|
| 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 |
|---|---|
static KrmsTypeAttribute.Builder |
KrmsTypeAttribute.Builder.create(KrmsTypeAttributeContract contract)
Creates a builder by populating it with data from the given
KrmsTypeAttributeContract. |
static KrmsTypeAttribute.Builder |
KrmsTypeAttribute.Builder.create(String typeId,
String attributeDefinitionId,
Integer sequenceNumber)
Creates a builder from the given parameters.
|
| Modifier and Type | Method and Description |
|---|---|
List<KrmsTypeAttribute.Builder> |
KrmsTypeDefinition.Builder.getAttributes() |
| Modifier and Type | Method and Description |
|---|---|
KrmsTypeDefinition.Builder |
KrmsTypeDefinition.Builder.attributes(List<KrmsTypeAttribute.Builder> attributes)
fluent interface that sets the attributes of KrmsTypeDefinition builder.
|
void |
KrmsTypeDefinition.Builder.setAttributes(List<KrmsTypeAttribute.Builder> attributes)
sets the List of attributes related to this KrmsTypeDefinition.
|
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.