org.yaml.snakeyaml.nodes
Class Tags

java.lang.Object
  extended by org.yaml.snakeyaml.nodes.Tags

public final class Tags
extends Object


Field Summary
static String BINARY
           
static String BOOL
           
static String FLOAT
           
static String INT
           
static String MAP
           
static String MERGE
           
static String NULL
           
static String OMAP
           
static String PAIRS
           
static String PREFIX
           
static String SEQ
           
static String SET
           
static String STR
           
static String TIMESTAMP
           
static String VALUE
           
static String YAML
           
 
Constructor Summary
Tags()
           
 
Method Summary
static String getGlobalTagForClass(Class<? extends Object> clazz)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PREFIX

public static final String PREFIX
See Also:
Constant Field Values

MAP

public static final String MAP
See Also:
Constant Field Values

SEQ

public static final String SEQ
See Also:
Constant Field Values

STR

public static final String STR
See Also:
Constant Field Values

NULL

public static final String NULL
See Also:
Constant Field Values

BOOL

public static final String BOOL
See Also:
Constant Field Values

TIMESTAMP

public static final String TIMESTAMP
See Also:
Constant Field Values

FLOAT

public static final String FLOAT
See Also:
Constant Field Values

INT

public static final String INT
See Also:
Constant Field Values

BINARY

public static final String BINARY
See Also:
Constant Field Values

OMAP

public static final String OMAP
See Also:
Constant Field Values

PAIRS

public static final String PAIRS
See Also:
Constant Field Values

SET

public static final String SET
See Also:
Constant Field Values

MERGE

public static final String MERGE
See Also:
Constant Field Values

VALUE

public static final String VALUE
See Also:
Constant Field Values

YAML

public static final String YAML
See Also:
Constant Field Values
Constructor Detail

Tags

public Tags()
Method Detail

getGlobalTagForClass

public static String getGlobalTagForClass(Class<? extends Object> clazz)


Copyright © 2008-2010. All Rights Reserved.