public interface KrmsTypeDefinitionContract extends Identifiable, Inactivatable, Versioned
A KrmsTypeDefinition is a metadata wrapper around a KRMS type service. This contains a collection of related attributes. This also provides the name of the service used to resolve these attributes.
| Modifier and Type | Method and Description |
|---|---|
List<? extends KrmsTypeAttributeContract> |
getAttributes()
Returns a list of attributes associated with the KRMS type definition.
|
String |
getName()
Returns the name of the KrmsTypeDefinition.
|
String |
getNamespace()
Returns the namespace to which the KrmsTypeDefinition belongs.
|
String |
getServiceName()
Returns the name of the service used to resolve attribute values.
|
getIdisActivegetVersionNumberString getName()
String getNamespace()
String getServiceName()
List<? extends KrmsTypeAttributeContract> getAttributes()
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.