com.uwyn.drone.protocol
Class AttributeCode

java.lang.Object
  extended bycom.uwyn.rife.datastructures.EnumClass
      extended bycom.uwyn.drone.protocol.AttributeCode

public class AttributeCode
extends EnumClass


Field Summary
static AttributeCode BG_BLACK
           
static AttributeCode BG_BLUE
           
static AttributeCode BG_BROWN
           
static AttributeCode BG_CYAN
           
static AttributeCode BG_DARKBLUE
           
static AttributeCode BG_GRAY
           
static AttributeCode BG_GREEN
           
static AttributeCode BG_LAVENDER
           
static AttributeCode BG_LIGHTBLUE
           
static AttributeCode BG_LIGHTGRAY
           
static AttributeCode BG_LIGHTGREEN
           
static AttributeCode BG_ORANGE
           
static AttributeCode BG_PURPLE
           
static AttributeCode BG_RED
           
static AttributeCode BG_WHITE
           
static AttributeCode BG_YELLOW
           
static AttributeCode BLACK
           
static AttributeCode BLUE
           
static AttributeCode BOLD
           
static AttributeCode BROWN
           
static AttributeCode CYAN
           
static AttributeCode DARKBLUE
           
static AttributeCode ENDLINE
           
static AttributeCode GRAY
           
static AttributeCode GREEN
           
static AttributeCode LAVENDER
           
static AttributeCode LIGHTBLUE
           
static AttributeCode LIGHTGRAY
           
static AttributeCode LIGHTGREEN
           
static AttributeCode NORMAL
           
static AttributeCode ORANGE
           
static AttributeCode PURPLE
           
static AttributeCode RED
           
static AttributeCode REVERSE
           
static AttributeCode UNDERLINE
           
static AttributeCode WHITE
           
static AttributeCode YELLOW
           
 
Fields inherited from class com.uwyn.rife.datastructures.EnumClass
mIdentifier
 
Method Summary
static AttributeCode get(String code)
           
 String getCode()
           
 String toString()
           
 
Methods inherited from class com.uwyn.rife.datastructures.EnumClass
equals, getIdentifiers, getMember, getMembers, hashCode, registerType
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

ENDLINE

public static final AttributeCode ENDLINE

BOLD

public static final AttributeCode BOLD

NORMAL

public static final AttributeCode NORMAL

REVERSE

public static final AttributeCode REVERSE

UNDERLINE

public static final AttributeCode UNDERLINE

WHITE

public static final AttributeCode WHITE

BLACK

public static final AttributeCode BLACK

DARKBLUE

public static final AttributeCode DARKBLUE

GREEN

public static final AttributeCode GREEN

RED

public static final AttributeCode RED

BROWN

public static final AttributeCode BROWN

PURPLE

public static final AttributeCode PURPLE

ORANGE

public static final AttributeCode ORANGE

YELLOW

public static final AttributeCode YELLOW

LIGHTGREEN

public static final AttributeCode LIGHTGREEN

CYAN

public static final AttributeCode CYAN

LIGHTBLUE

public static final AttributeCode LIGHTBLUE

BLUE

public static final AttributeCode BLUE

LAVENDER

public static final AttributeCode LAVENDER

GRAY

public static final AttributeCode GRAY

LIGHTGRAY

public static final AttributeCode LIGHTGRAY

BG_WHITE

public static final AttributeCode BG_WHITE

BG_BLACK

public static final AttributeCode BG_BLACK

BG_DARKBLUE

public static final AttributeCode BG_DARKBLUE

BG_GREEN

public static final AttributeCode BG_GREEN

BG_RED

public static final AttributeCode BG_RED

BG_BROWN

public static final AttributeCode BG_BROWN

BG_PURPLE

public static final AttributeCode BG_PURPLE

BG_ORANGE

public static final AttributeCode BG_ORANGE

BG_YELLOW

public static final AttributeCode BG_YELLOW

BG_LIGHTGREEN

public static final AttributeCode BG_LIGHTGREEN

BG_CYAN

public static final AttributeCode BG_CYAN

BG_LIGHTBLUE

public static final AttributeCode BG_LIGHTBLUE

BG_BLUE

public static final AttributeCode BG_BLUE

BG_LAVENDER

public static final AttributeCode BG_LAVENDER

BG_GRAY

public static final AttributeCode BG_GRAY

BG_LIGHTGRAY

public static final AttributeCode BG_LIGHTGRAY
Method Detail

get

public static AttributeCode get(String code)

getCode

public String getCode()

toString

public String toString()


Copyright © 2002-2005 Uwyn bvba/sprl. All Rights Reserved.