Class N2oAccessSchema

  • All Implemented Interfaces:
    java.io.Serializable, net.n2oapp.framework.api.metadata.aware.IdAware, net.n2oapp.framework.api.metadata.aware.NameAware, net.n2oapp.framework.api.metadata.aware.NamespaceUriAware, net.n2oapp.framework.api.metadata.aware.RefIdAware, net.n2oapp.framework.api.metadata.Source, net.n2oapp.framework.api.metadata.SourceComponent, net.n2oapp.framework.api.metadata.SourceMetadata
    Direct Known Subclasses:
    N2oSimpleAccessSchema

    public abstract class N2oAccessSchema
    extends net.n2oapp.framework.api.metadata.global.N2oMetadata
    Схема доступа
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      N2oAccessSchema()  
    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getPostfix()  
      abstract java.lang.Class<? extends N2oAccessSchema> getSourceBaseClass()  
      • Methods inherited from class net.n2oapp.framework.api.metadata.global.N2oMetadata

        getId, getName, getNamespaceUri, getRefId, setId, setName, setNamespaceUri, setRefId
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface net.n2oapp.framework.api.metadata.aware.NamespaceUriAware

        getNamespace, getNamespacePrefix
      • Methods inherited from interface net.n2oapp.framework.api.metadata.SourceMetadata

        getMetadataType
    • Constructor Detail

      • N2oAccessSchema

        public N2oAccessSchema()
    • Method Detail

      • getPostfix

        public java.lang.String getPostfix()
      • getSourceBaseClass

        public abstract java.lang.Class<? extends N2oAccessSchema> getSourceBaseClass()