public interface SchemaElement
Modifier and Type | Interface and Description |
---|---|
static class |
SchemaElement.SchemaElementType
The schema element type.
|
Modifier and Type | Method and Description |
---|---|
SchemaElement.SchemaElementType |
getSchemaElementType(Repository.UnitOfWork transaction) |
void |
setSchemaElementType(Repository.UnitOfWork transaction,
SchemaElement.SchemaElementType newSchemaElementType) |
SchemaElement.SchemaElementType getSchemaElementType(Repository.UnitOfWork transaction) throws KException
transaction
- the transaction (cannot be null
or have a state that is not Repository.UnitOfWork.State.NOT_STARTED
)null
)KException
- if an error occursSchemaElement.SchemaElementType.DEFAULT_VALUE
void setSchemaElementType(Repository.UnitOfWork transaction, SchemaElement.SchemaElementType newSchemaElementType) throws KException
transaction
- the transaction (cannot be null
or have a state that is not Repository.UnitOfWork.State.NOT_STARTED
)newSchemaElementType
- the new value for the schema element type
property (can be null
)KException
- if an error occursSchemaElement.SchemaElementType.DEFAULT_VALUE
Copyright © 2013–2019. All rights reserved.