net.sf.openv4j
Enum Group

java.lang.Object
  extended by java.lang.Enum<Group>
      extended by net.sf.openv4j.Group
All Implemented Interfaces:
Serializable, Comparable<Group>

public enum Group
extends Enum<Group>
implements Serializable


Enum Constant Summary
A1M1
           
BOILER
           
COMMON
           
DHW
           
DHW_A1M1
           
DHW_M2
           
DHW_M3
           
M2
           
M3
           
SOLAR
           
 
Method Summary
 String getLabel()
          DOCUMENT ME!
 String getName()
          DOCUMENT ME!
 String toString()
          DOCUMENT ME!
static Group valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Group[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

COMMON

public static final Group COMMON

BOILER

public static final Group BOILER

DHW

public static final Group DHW

A1M1

public static final Group A1M1

DHW_A1M1

public static final Group DHW_A1M1

M2

public static final Group M2

DHW_M2

public static final Group DHW_M2

M3

public static final Group M3

DHW_M3

public static final Group DHW_M3

SOLAR

public static final Group SOLAR
Method Detail

values

public static Group[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (Group c : Group.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static Group valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
IllegalArgumentException - if this enum type has no constant with the specified name
NullPointerException - if the argument is null

getName

public String getName()
DOCUMENT ME!

Returns:
DOCUMENT ME!

getLabel

public String getLabel()
DOCUMENT ME!

Returns:
DOCUMENT ME!

toString

public String toString()
DOCUMENT ME!

Overrides:
toString in class Enum<Group>
Returns:
DOCUMENT ME!


Copyright © 2010 OpenV4J. All Rights Reserved.