Interface DataClassDataCategoryConnection
- All Superinterfaces:
Entity,Resource,Serializable
- All Known Implementing Classes:
DataClassDataCategoryConnectionImpl
public interface DataClassDataCategoryConnection
extends Resource
Represents an association between a data class and a data category.
A data class data category connection represents a relation between a data class and a data category.
-
Method Summary
Modifier and TypeMethodDescriptionNamedResourceReferenceReturns the data category connected to the data class.Returns the data class connected to the data category.Methods inherited from interface Entity
getId, setIdMethods inherited from interface Resource
getCreatedBy, getCreatedOn, getLastModifiedBy, getLastModifiedOn, getResourceType, isSystem
-
Method Details
-
getDataCategory
NamedResourceReference getDataCategory()Returns the data category connected to the data class.- Returns:
- the linked data category
-
getDataClass
Classification getDataClass()Returns the data class connected to the data category.- Returns:
- the data class
-