Schnittstelle IColumn
- Alle Superschnittstellen:
CloseStateRequestable
,Deletable
,DeletionRequestable
,EditedRequestable
,EmptinessRequestable
,IDatabaseObject
,IFluentMutableNameHolder<IColumn>
,IIdHolder
,INameHolder
,LoadedRequestable
,NewRequestable
- Alle bekannten Implementierungsklassen:
Column
public interface IColumn
extends Deletable, EmptinessRequestable, IDatabaseObject, IIdHolder, IFluentMutableNameHolder<IColumn>
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungboolean
setParameterizedFieldType
(IParameterizedFieldType parameterizedFieldType) toDto()
Von Schnittstelle geerbte Methoden ch.nolix.coreapi.resourcecontrolapi.resourceclosingapi.CloseStateRequestable
isClosed, isOpen
Von Schnittstelle geerbte Methoden ch.nolix.systemapi.databaseobjectapi.databaseobjectapi.Deletable
delete
Von Schnittstelle geerbte Methoden ch.nolix.systemapi.databaseobjectapi.databaseobjectapi.DeletionRequestable
isDeleted
Von Schnittstelle geerbte Methoden ch.nolix.systemapi.databaseobjectapi.databaseobjectapi.EditedRequestable
isEdited
Von Schnittstelle geerbte Methoden ch.nolix.coreapi.stateapi.staterequestapi.EmptinessRequestable
containsAny, isEmpty
Von Schnittstelle geerbte Methoden ch.nolix.systemapi.databaseobjectapi.databaseobjectapi.IDatabaseObject
getState, isLinkedWithRealDatabase
Von Schnittstelle geerbte Methoden ch.nolix.coreapi.attributeapi.fluentmutablemandatoryattributeapi.IFluentMutableNameHolder
setName
Von Schnittstelle geerbte Methoden ch.nolix.coreapi.attributeapi.mandatoryattributeapi.IIdHolder
getId, getIdInQuotes, hasId
Von Schnittstelle geerbte Methoden ch.nolix.coreapi.attributeapi.mandatoryattributeapi.INameHolder
getName, getNameInQuotes, hasName, hasSameNameAs
Von Schnittstelle geerbte Methoden ch.nolix.systemapi.databaseobjectapi.databaseobjectapi.LoadedRequestable
isLoaded
Von Schnittstelle geerbte Methoden ch.nolix.systemapi.databaseobjectapi.databaseobjectapi.NewRequestable
isNew
-
Methodendetails
-
belongsToTable
boolean belongsToTable() -
getParameterizedFieldType
IParameterizedFieldType getParameterizedFieldType() -
getParentTable
ITable getParentTable() -
setParameterizedFieldType
-
toDto
IColumnDto toDto()
-