Interface SourceMetadata
-
- All Superinterfaces:
IdAware,NamespaceUriAware,Serializable,Source
- All Known Implementing Classes:
N2oAbstractListWidget,N2oAbstractTable,N2oApplication,N2oBasePage,N2oCalendar,N2oCards,N2oChart,N2oCustomRegion,N2oCustomWidget,N2oFieldSet,N2oForm,N2oHtmlWidget,N2oLeftRightPage,N2oLineFieldSet,N2oLineRegion,N2oListWidget,N2oMenu,N2oMetadata,N2oMultiFieldSet,N2oObject,N2oPage,N2oPanelRegion,N2oQuery,N2oRegion,N2oScrollspyRegion,N2oSearchablePage,N2oSetFieldSet,N2oSidebar,N2oSimpleMenu,N2oSimplePage,N2oStandardPage,N2oTable,N2oTabsRegion,N2oTiles,N2oTopLeftRightPage,N2oTree,N2oWidget
public interface SourceMetadata extends Source, IdAware, NamespaceUriAware
Метаданная считанная из исходника (например, из xml)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Deprecated Methods Modifier and Type Method Description StringgetId()Идентификатор метаданнойdefault StringgetMetadataType()Тип метаданнойStringgetPostfix()Deprecated.default Class<? extends SourceMetadata>getSourceBaseClass()voidsetId(String id)Установить идентификатор метаданной-
Methods inherited from interface net.n2oapp.framework.api.metadata.aware.NamespaceUriAware
getNamespace, getNamespacePrefix, getNamespaceUri, setNamespacePrefix, setNamespaceUri
-
-
-
-
Method Detail
-
setId
void setId(String id)
Установить идентификатор метаданной
-
getMetadataType
default String getMetadataType()
Тип метаданной
-
getPostfix
@Deprecated String getPostfix()
Deprecated.
-
getSourceBaseClass
default Class<? extends SourceMetadata> getSourceBaseClass()
-
-