//# 0 errors, 78 messages
//#
/*
    //#ChannelClientProperty.java:1:1: class: com.dmdirc.ChannelClientProperty
 * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
 *
 * Permission is hereby granted, free of charge, to any person obtaining a copy
 * of this software and associated documentation files (the "Software"), to deal
 * in the Software without restriction, including without limitation the rights
 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 * copies of the Software, and to permit persons to whom the Software is
 * furnished to do so, subject to the following conditions:
 *
 * The above copyright notice and this permission notice shall be included in
 * all copies or substantial portions of the Software.
 *
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
 * SOFTWARE.
 */

package com.dmdirc;

/**
 * Represents the properties that can be set on a channel client.
 *
 * @author chris
 */
public enum ChannelClientProperty {
    //#ChannelClientProperty.java:30: method: ChannelClientProperty[] com.dmdirc.ChannelClientProperty.values()
    //#input(ChannelClientProperty[] values()): $VALUES
    //#input(ChannelClientProperty[] values()): $VALUES.length
    //#input(ChannelClientProperty[] values()): $VALUES[0..4]
    //#output(ChannelClientProperty[] values()): new ChannelClientProperty[](values#1) num objects
    //#output(ChannelClientProperty[] values()): return_value.length
    //#output(ChannelClientProperty[] values()): return_value[0..4]
    //#output(ChannelClientProperty[] values()): return_value
    //#new obj(ChannelClientProperty[] values()): new ChannelClientProperty[](values#1)
    //#pre[1] (ChannelClientProperty[] values()): (soft) init'ed($VALUES[0..4])
    //#post(ChannelClientProperty[] values()): return_value == &new ChannelClientProperty[](values#1)
    //#post(ChannelClientProperty[] values()): new ChannelClientProperty[](values#1) num objects == 1
    //#post(ChannelClientProperty[] values()): return_value.length == 4
    //#post(ChannelClientProperty[] values()): return_value[0..4] == One-of{$VALUES[0..4], undefined}
    //#ChannelClientProperty.java:30: end of method: ChannelClientProperty[] com.dmdirc.ChannelClientProperty.values()
    //#ChannelClientProperty.java:30: method: ChannelClientProperty com.dmdirc.ChannelClientProperty.valueOf(String)
    //#input(ChannelClientProperty valueOf(String)): __Descendant_Table[com/dmdirc/ChannelClientProperty]
    //#input(ChannelClientProperty valueOf(String)): __Descendant_Table[others]
    //#input(ChannelClientProperty valueOf(String)): name
    //#output(ChannelClientProperty valueOf(String)): return_value
    //#presumption(ChannelClientProperty valueOf(String)): java.lang.Enum:valueOf(...).__Tag@30 == com/dmdirc/ChannelClientProperty
    //#post(ChannelClientProperty valueOf(String)): init'ed(return_value)
    //#ChannelClientProperty.java:30: end of method: ChannelClientProperty com.dmdirc.ChannelClientProperty.valueOf(String)
    //#ChannelClientProperty.java:30: method: void com.dmdirc.ChannelClientProperty.com.dmdirc.ChannelClientProperty(String, int)
    //#input(void com.dmdirc.ChannelClientProperty(String, int)): Param_1
    //#input(void com.dmdirc.ChannelClientProperty(String, int)): Param_2
    //#input(void com.dmdirc.ChannelClientProperty(String, int)): this
    //#ChannelClientProperty.java:30: end of method: void com.dmdirc.ChannelClientProperty.com.dmdirc.ChannelClientProperty(String, int)

    /** Nicklist client foreground colour. */
    NICKLIST_FOREGROUND,
    //#ChannelClientProperty.java:33: method: com.dmdirc.ChannelClientProperty.com.dmdirc.ChannelClientProperty__static_init
    //#output(com.dmdirc.ChannelClientProperty__static_init): $VALUES
    //#output(com.dmdirc.ChannelClientProperty__static_init): NICKLIST_BACKGROUND
    //#output(com.dmdirc.ChannelClientProperty__static_init): NICKLIST_FOREGROUND
    //#output(com.dmdirc.ChannelClientProperty__static_init): TEXT_BACKGROUND
    //#output(com.dmdirc.ChannelClientProperty__static_init): TEXT_FOREGROUND
    //#output(com.dmdirc.ChannelClientProperty__static_init): __Descendant_Table[com/dmdirc/ChannelClientProperty]
    //#output(com.dmdirc.ChannelClientProperty__static_init): new ChannelClientProperty(ChannelClientProperty__static_init#1) num objects
    //#output(com.dmdirc.ChannelClientProperty__static_init): NICKLIST_FOREGROUND.__Tag
    //#output(com.dmdirc.ChannelClientProperty__static_init): new ChannelClientProperty(ChannelClientProperty__static_init#2) num objects
    //#output(com.dmdirc.ChannelClientProperty__static_init): NICKLIST_BACKGROUND.__Tag
    //#output(com.dmdirc.ChannelClientProperty__static_init): new ChannelClientProperty(ChannelClientProperty__static_init#3) num objects
    //#output(com.dmdirc.ChannelClientProperty__static_init): TEXT_FOREGROUND.__Tag
    //#output(com.dmdirc.ChannelClientProperty__static_init): new ChannelClientProperty(ChannelClientProperty__static_init#4) num objects
    //#output(com.dmdirc.ChannelClientProperty__static_init): TEXT_BACKGROUND.__Tag
    //#output(com.dmdirc.ChannelClientProperty__static_init): new ChannelClientProperty[](ChannelClientProperty__static_init#5) num objects
    //#output(com.dmdirc.ChannelClientProperty__static_init): $VALUES.length
    //#output(com.dmdirc.ChannelClientProperty__static_init): $VALUES[0]
    //#output(com.dmdirc.ChannelClientProperty__static_init): $VALUES[1]
    //#output(com.dmdirc.ChannelClientProperty__static_init): $VALUES[2]
    //#output(com.dmdirc.ChannelClientProperty__static_init): $VALUES[3]
    //#new obj(com.dmdirc.ChannelClientProperty__static_init): new ChannelClientProperty(ChannelClientProperty__static_init#1)
    //#new obj(com.dmdirc.ChannelClientProperty__static_init): new ChannelClientProperty(ChannelClientProperty__static_init#2)
    //#new obj(com.dmdirc.ChannelClientProperty__static_init): new ChannelClientProperty(ChannelClientProperty__static_init#3)
    //#new obj(com.dmdirc.ChannelClientProperty__static_init): new ChannelClientProperty(ChannelClientProperty__static_init#4)
    //#new obj(com.dmdirc.ChannelClientProperty__static_init): new ChannelClientProperty[](ChannelClientProperty__static_init#5)
    //#post(com.dmdirc.ChannelClientProperty__static_init): $VALUES == &new ChannelClientProperty[](ChannelClientProperty__static_init#5)
    //#post(com.dmdirc.ChannelClientProperty__static_init): NICKLIST_BACKGROUND == &new ChannelClientProperty(ChannelClientProperty__static_init#2)
    //#post(com.dmdirc.ChannelClientProperty__static_init): $VALUES[1] == &new ChannelClientProperty(ChannelClientProperty__static_init#2)
    //#post(com.dmdirc.ChannelClientProperty__static_init): NICKLIST_FOREGROUND == &new ChannelClientProperty(ChannelClientProperty__static_init#1)
    //#post(com.dmdirc.ChannelClientProperty__static_init): $VALUES[0] == &new ChannelClientProperty(ChannelClientProperty__static_init#1)
    //#post(com.dmdirc.ChannelClientProperty__static_init): TEXT_BACKGROUND == &new ChannelClientProperty(ChannelClientProperty__static_init#4)
    //#post(com.dmdirc.ChannelClientProperty__static_init): $VALUES[3] == &new ChannelClientProperty(ChannelClientProperty__static_init#4)
    //#post(com.dmdirc.ChannelClientProperty__static_init): TEXT_FOREGROUND == &new ChannelClientProperty(ChannelClientProperty__static_init#3)
    //#post(com.dmdirc.ChannelClientProperty__static_init): $VALUES[2] == &new ChannelClientProperty(ChannelClientProperty__static_init#3)
    //#post(com.dmdirc.ChannelClientProperty__static_init): __Descendant_Table[com/dmdirc/ChannelClientProperty] == &__Dispatch_Table
    //#post(com.dmdirc.ChannelClientProperty__static_init): new ChannelClientProperty(ChannelClientProperty__static_init#1) num objects == 1
    //#post(com.dmdirc.ChannelClientProperty__static_init): new ChannelClientProperty(ChannelClientProperty__static_init#2) num objects == 1
    //#post(com.dmdirc.ChannelClientProperty__static_init): new ChannelClientProperty(ChannelClientProperty__static_init#3) num objects == 1
    //#post(com.dmdirc.ChannelClientProperty__static_init): new ChannelClientProperty(ChannelClientProperty__static_init#4) num objects == 1
    //#post(com.dmdirc.ChannelClientProperty__static_init): new ChannelClientProperty[](ChannelClientProperty__static_init#5) num objects == 1
    //#post(com.dmdirc.ChannelClientProperty__static_init): NICKLIST_FOREGROUND.__Tag == com/dmdirc/ChannelClientProperty
    //#post(com.dmdirc.ChannelClientProperty__static_init): NICKLIST_BACKGROUND.__Tag == com/dmdirc/ChannelClientProperty
    //#post(com.dmdirc.ChannelClientProperty__static_init): TEXT_FOREGROUND.__Tag == com/dmdirc/ChannelClientProperty
    //#post(com.dmdirc.ChannelClientProperty__static_init): TEXT_BACKGROUND.__Tag == com/dmdirc/ChannelClientProperty
    //#post(com.dmdirc.ChannelClientProperty__static_init): $VALUES.length == 4
    //#unanalyzed(com.dmdirc.ChannelClientProperty__static_init): Effects-of-calling:java.lang.Enum
    
    /** Nicklist client background colour. */
    NICKLIST_BACKGROUND,
    
    /** Textpane client foreground colour. */
    TEXT_FOREGROUND,
    
    /** Textpane client background colour. */
    TEXT_BACKGROUND;
    //#ChannelClientProperty.java:42: end of method: com.dmdirc.ChannelClientProperty.com.dmdirc.ChannelClientProperty__static_init

}
    //#ChannelClientProperty.java:: end of class: com.dmdirc.ChannelClientProperty
