Package org.molgenis.genomebrowser.meta
Class GenomeBrowserSettingsMetadata
- java.lang.Object
-
- org.molgenis.data.support.StaticEntity
-
- org.molgenis.data.meta.model.EntityType
-
- org.molgenis.data.meta.SystemEntityType
-
- org.molgenis.genomebrowser.meta.GenomeBrowserSettingsMetadata
-
- All Implemented Interfaces:
org.molgenis.data.Entity,org.molgenis.i18n.Identifiable,org.molgenis.i18n.Labeled
@Component public class GenomeBrowserSettingsMetadata extends org.molgenis.data.meta.SystemEntityType
-
-
Field Summary
Fields Modifier and Type Field Description static StringACTIONSstatic StringALLstatic StringATTRSstatic StringCONFIGUREDstatic StringENTITYstatic StringEXONstatic StringEXON_KEYstatic StringFEATURE_INFO_PLUGINstatic StringGENOME_BROWSER_ATTRSstatic StringGENOMEBROWSERSETTINGSstatic StringIDENTIFIERstatic StringLABELstatic StringLABEL_ATTRstatic StringMOLGENIS_REFERENCE_TRACKSstatic StringMOLGENIS_REFERENCES_MODEstatic StringNONEstatic StringNUMERICstatic StringSCORE_ATTRstatic StringSIMPLE_NAMEstatic StringTRACK_TYPEstatic StringVARIANT
-
Constructor Summary
Constructors Constructor Description GenomeBrowserSettingsMetadata(org.molgenis.data.meta.model.AttributeMetadata attributeMetadata, org.molgenis.data.meta.model.EntityTypeMetadata entityTypeMetadata, GenomeBrowserAttributesMetadata genomeBrowserAttributesMetadata, GenomeBrowserPackage genomeBrowserPackage)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidinit()-
Methods inherited from class org.molgenis.data.meta.SystemEntityType
addAttribute, bootstrap, get, getDependencies, getId, getIdValue, getString, isRowLevelSecured, setAttributeFactory, setIdGenerator, setRowLevelSecured
-
Methods inherited from class org.molgenis.data.meta.model.EntityType
addAttribute, addAttributes, addTag, deepCopyAttributes, getAllAttributes, getAtomicAttributes, getAttribute, getAttributeNames, getAttributes, getBackend, getDescription, getDescription, getExtends, getIdAttribute, getIndexingDepth, getInversedByAttributes, getLabel, getLabel, getLabelAttribute, getLabelAttribute, getLookupAttribute, getLookupAttributes, getMappedByAttributes, getOwnAllAttributes, getOwnAtomicAttributes, getOwnAttributes, getOwnIdAttribute, getOwnLabelAttribute, getOwnLabelAttribute, getOwnLookupAttributes, getOwnMappedByAttributes, getPackage, getTags, hasAttributeWithExpression, hasBidirectionalAttributes, hasInversedByAttributes, hasMappedByAttributes, isAbstract, newInstance, newInstance, removeAttribute, removeTag, set, setAbstract, setAttributeRoles, setBackend, setDefaultValues, setDescription, setDescription, setExtends, setId, setIndexingDepth, setLabel, setLabel, setOwnAllAttributes, setPackage, setTags, toString
-
-
-
-
Field Detail
-
SIMPLE_NAME
public static final String SIMPLE_NAME
- See Also:
- Constant Field Values
-
GENOMEBROWSERSETTINGS
public static final String GENOMEBROWSERSETTINGS
- See Also:
- Constant Field Values
-
IDENTIFIER
public static final String IDENTIFIER
- See Also:
- Constant Field Values
-
LABEL
public static final String LABEL
- See Also:
- Constant Field Values
-
LABEL_ATTR
public static final String LABEL_ATTR
- See Also:
- Constant Field Values
-
ENTITY
public static final String ENTITY
- See Also:
- Constant Field Values
-
TRACK_TYPE
public static final String TRACK_TYPE
- See Also:
- Constant Field Values
-
MOLGENIS_REFERENCE_TRACKS
public static final String MOLGENIS_REFERENCE_TRACKS
- See Also:
- Constant Field Values
-
MOLGENIS_REFERENCES_MODE
public static final String MOLGENIS_REFERENCES_MODE
- See Also:
- Constant Field Values
-
GENOME_BROWSER_ATTRS
public static final String GENOME_BROWSER_ATTRS
- See Also:
- Constant Field Values
-
ACTIONS
public static final String ACTIONS
- See Also:
- Constant Field Values
-
ATTRS
public static final String ATTRS
- See Also:
- Constant Field Values
-
SCORE_ATTR
public static final String SCORE_ATTR
- See Also:
- Constant Field Values
-
EXON_KEY
public static final String EXON_KEY
- See Also:
- Constant Field Values
-
NUMERIC
public static final String NUMERIC
- See Also:
- Constant Field Values
-
EXON
public static final String EXON
- See Also:
- Constant Field Values
-
VARIANT
public static final String VARIANT
- See Also:
- Constant Field Values
-
ALL
public static final String ALL
- See Also:
- Constant Field Values
-
CONFIGURED
public static final String CONFIGURED
- See Also:
- Constant Field Values
-
NONE
public static final String NONE
- See Also:
- Constant Field Values
-
FEATURE_INFO_PLUGIN
public static final String FEATURE_INFO_PLUGIN
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
GenomeBrowserSettingsMetadata
public GenomeBrowserSettingsMetadata(org.molgenis.data.meta.model.AttributeMetadata attributeMetadata, org.molgenis.data.meta.model.EntityTypeMetadata entityTypeMetadata, GenomeBrowserAttributesMetadata genomeBrowserAttributesMetadata, GenomeBrowserPackage genomeBrowserPackage)
-
-