| 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 |
|---|---|
KrmsTypeDefinition.Builder |
KrmsTypeDefinition.Builder.attributes(List<KrmsTypeAttribute.Builder> attributes)
fluent interface that sets the attributes of KrmsTypeDefinition builder.
|
static KrmsTypeDefinition.Builder |
KrmsTypeDefinition.Builder.create(KrmsTypeDefinitionContract contract)
Creates a builder by populating it with data from the given
KrmsTypeDefinitionContract. |
static KrmsTypeDefinition.Builder |
KrmsTypeDefinition.Builder.create(String name,
String namespace)
Creates a KrmsTypeDefinition builder from the given parameters.
|
KrmsTypeDefinition.Builder |
KrmsTypeDefinition.Builder.serviceName(String serviceName)
fluent interface that sets the serviceName field of the Builder.
|
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.