<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns="http://purl.org/rss/1.0/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"><channel rdf:about="https://www.bibsonomy.org/user/jil/enum"><title>BibSonomy bookmarks for /user/jil/enum</title><link>https://www.bibsonomy.org/user/jil/enum</link><description>BibSonomy RSS Feed for /user/jil/enum</description><items><rdf:Seq><rdf:li rdf:resource="https://stackoverflow.com/questions/52700659/how-to-use-enum-as-index-key-type-in-typescript/52700831"/><rdf:li rdf:resource="http://www.dba-oracle.com/art_9i_denormal.htm"/><rdf:li rdf:resource="https://docs.oracle.com/javase/tutorial/reflect/special/enumMembers.html"/><rdf:li rdf:resource="http://docs.oracle.com/javaee/5/tutorial/doc/bnahq.html"/><rdf:li rdf:resource="http://stackoverflow.com/questions/536449/cannot-refer-to-the-static-enum-field-within-an-initializer"/><rdf:li rdf:resource="http://robertmaldon.blogspot.com/2007/05/creating-spring-bean-from-java-5-enum.html"/></rdf:Seq></items></channel><item rdf:about="https://stackoverflow.com/questions/52700659/how-to-use-enum-as-index-key-type-in-typescript/52700831"><title>dictionary - How to use enum as index key type in typescript? - Stack Overflow</title><description>You can use the dialog enum values as keys, but they need to be computed properties:

let openDialogs: { [key in DialogType]?: Dialog } = {
    [DialogType.Options]: undefined,
};</description><link>https://stackoverflow.com/questions/52700659/how-to-use-enum-as-index-key-type-in-typescript/52700831</link><dc:creator>jil</dc:creator><dc:date>2021-07-19T12:12:37+02:00</dc:date><dc:subject>enum index keys ts typescript </dc:subject><content:encoded>&lt;span itemprop=&#034;description&#034;&gt;You can use the dialog enum values as keys, but they need to be computed properties:

let openDialogs: { [key in DialogType]?: Dialog } = {
    [DialogType.Options]: undefined,
};&lt;/span&gt;</content:encoded><taxo:topics><rdf:Bag><rdf:li rdf:resource="https://www.bibsonomy.org/tag/enum"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/index"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/keys"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/ts"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/typescript"/></rdf:Bag></taxo:topics></item><item rdf:about="http://www.dba-oracle.com/art_9i_denormal.htm"><title>Oracle denormalization</title><description></description><link>http://www.dba-oracle.com/art_9i_denormal.htm</link><dc:creator>jil</dc:creator><dc:date>2019-06-19T15:59:11+02:00</dc:date><dc:subject>array denormalization enum materialized oracle view </dc:subject><content:encoded>&lt;a itemprop=&#034;url&#034; data-versiondate=&#034;2019-06-19T15:59:11+02:00&#034; href=&#034;http://www.dba-oracle.com/art_9i_denormal.htm&#034; rel=&#034;nofollow&#034; class=&#034;description-link&#034;&gt;http://www.dba-oracle.com/art_9i_denormal.htm&lt;/a&gt;</content:encoded><taxo:topics><rdf:Bag><rdf:li rdf:resource="https://www.bibsonomy.org/tag/array"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/denormalization"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/enum"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/materialized"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/oracle"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/view"/></rdf:Bag></taxo:topics></item><item rdf:about="https://docs.oracle.com/javase/tutorial/reflect/special/enumMembers.html"><title>Examining Enums (The Java™ Tutorials &gt; The Reflection API &gt; Arrays and Enumerated Types)</title><description>Class.getEnumConstants()
    Retrieves the list of enum constants defined by the enum in the order they&#039;re declared</description><link>https://docs.oracle.com/javase/tutorial/reflect/special/enumMembers.html</link><dc:creator>jil</dc:creator><dc:date>2017-04-24T12:47:24+02:00</dc:date><dc:subject>class constants enum java list reflection </dc:subject><content:encoded>&lt;span itemprop=&#034;description&#034;&gt;Class.getEnumConstants()
    Retrieves the list of enum constants defined by the enum in the order they&amp;#039;re declared&lt;/span&gt;</content:encoded><taxo:topics><rdf:Bag><rdf:li rdf:resource="https://www.bibsonomy.org/tag/class"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/constants"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/enum"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/java"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/list"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/reflection"/></rdf:Bag></taxo:topics></item><item rdf:about="http://docs.oracle.com/javaee/5/tutorial/doc/bnahq.html"><title>Unified Expression Language - The Java EE 5 Tutorial</title><description>When referencing an enum constant with an expression, you use a String literal. For example, consider this Enum class:

public enum Suit {hearts, spades, diamonds, clubs}

To refer to the Suit constant, Suit.hearts with an expression, you use the String literal, &#034;hearts&#034;</description><link>http://docs.oracle.com/javaee/5/tutorial/doc/bnahq.html</link><dc:creator>jil</dc:creator><dc:date>2015-02-09T18:06:51+01:00</dc:date><dc:subject>el enum expression jsp language </dc:subject><content:encoded>&lt;span itemprop=&#034;description&#034;&gt;When referencing an enum constant with an expression, you use a String literal. For example, consider this Enum class:

public enum Suit {hearts, spades, diamonds, clubs}

To refer to the Suit constant, Suit.hearts with an expression, you use the String literal, &amp;#034;hearts&amp;#034;&lt;/span&gt;</content:encoded><taxo:topics><rdf:Bag><rdf:li rdf:resource="https://www.bibsonomy.org/tag/el"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/enum"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/expression"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/jsp"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/language"/></rdf:Bag></taxo:topics></item><item rdf:about="http://stackoverflow.com/questions/536449/cannot-refer-to-the-static-enum-field-within-an-initializer"><title>java - Cannot refer to the static enum field within an initializer? - Stack Overflow</title><description></description><link>http://stackoverflow.com/questions/536449/cannot-refer-to-the-static-enum-field-within-an-initializer</link><dc:creator>jil</dc:creator><dc:date>2014-08-14T17:42:23+02:00</dc:date><dc:subject>enum execution initializer order static </dc:subject><content:encoded>&lt;a itemprop=&#034;url&#034; data-versiondate=&#034;2014-08-14T17:42:23+02:00&#034; href=&#034;http://stackoverflow.com/questions/536449/cannot-refer-to-the-static-enum-field-within-an-initializer&#034; rel=&#034;nofollow&#034; class=&#034;description-link&#034;&gt;http://stackoverflow.com/questions/536449/cannot-refer-to-the-static-enum-field-within-an-initializer&lt;/a&gt;</content:encoded><taxo:topics><rdf:Bag><rdf:li rdf:resource="https://www.bibsonomy.org/tag/enum"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/execution"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/initializer"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/order"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/static"/></rdf:Bag></taxo:topics></item><item rdf:about="http://robertmaldon.blogspot.com/2007/05/creating-spring-bean-from-java-5-enum.html"><title>robertmaldon: Creating a Spring Bean from a Java 5 Enum</title><description></description><link>http://robertmaldon.blogspot.com/2007/05/creating-spring-bean-from-java-5-enum.html</link><dc:creator>jil</dc:creator><dc:date>2009-10-29T14:32:21+01:00</dc:date><dc:subject>applicationcontext bean context enum factory method property spring </dc:subject><content:encoded>&lt;a itemprop=&#034;url&#034; data-versiondate=&#034;2009-10-29T14:32:21+01:00&#034; href=&#034;http://robertmaldon.blogspot.com/2007/05/creating-spring-bean-from-java-5-enum.html&#034; rel=&#034;nofollow&#034; class=&#034;description-link&#034;&gt;http://robertmaldon.blogspot.com/2007/05/creating-spring-bean-from-java-5-enum.html&lt;/a&gt;</content:encoded><taxo:topics><rdf:Bag><rdf:li rdf:resource="https://www.bibsonomy.org/tag/applicationcontext"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/bean"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/context"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/enum"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/factory"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/method"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/property"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/spring"/></rdf:Bag></taxo:topics></item></rdf:RDF>