org.jvnet.jaxb2_commons.locator.util
Class LocatorUtils

java.lang.Object
  extended by org.jvnet.jaxb2_commons.locator.util.LocatorUtils

public class LocatorUtils
extends Object


Method Summary
static String getLocation(Locator locator)
           
static ItemObjectLocator item(ObjectLocator locator, int index, boolean value)
           
static ItemObjectLocator item(ObjectLocator locator, int index, byte value)
           
static ItemObjectLocator item(ObjectLocator locator, int index, char value)
           
static ItemObjectLocator item(ObjectLocator locator, int index, double value)
           
static ItemObjectLocator item(ObjectLocator locator, int index, float value)
           
static ItemObjectLocator item(ObjectLocator locator, int index, int value)
           
static ItemObjectLocator item(ObjectLocator locator, int index, long value)
           
static ItemObjectLocator item(ObjectLocator locator, int index, Object value)
           
static ItemObjectLocator item(ObjectLocator locator, int index, short value)
           
static PropertyObjectLocator property(ObjectLocator locator, String name, boolean value)
           
static PropertyObjectLocator property(ObjectLocator locator, String name, byte value)
           
static PropertyObjectLocator property(ObjectLocator locator, String name, char value)
           
static PropertyObjectLocator property(ObjectLocator locator, String name, double value)
           
static PropertyObjectLocator property(ObjectLocator locator, String name, float value)
           
static PropertyObjectLocator property(ObjectLocator locator, String name, int value)
           
static PropertyObjectLocator property(ObjectLocator locator, String name, long value)
           
static PropertyObjectLocator property(ObjectLocator locator, String name, Object value)
           
static PropertyObjectLocator property(ObjectLocator locator, String name, short value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getLocation

public static String getLocation(Locator locator)

property

public static PropertyObjectLocator property(ObjectLocator locator,
                                             String name,
                                             Object value)

property

public static PropertyObjectLocator property(ObjectLocator locator,
                                             String name,
                                             boolean value)

property

public static PropertyObjectLocator property(ObjectLocator locator,
                                             String name,
                                             byte value)

property

public static PropertyObjectLocator property(ObjectLocator locator,
                                             String name,
                                             char value)

property

public static PropertyObjectLocator property(ObjectLocator locator,
                                             String name,
                                             double value)

property

public static PropertyObjectLocator property(ObjectLocator locator,
                                             String name,
                                             float value)

property

public static PropertyObjectLocator property(ObjectLocator locator,
                                             String name,
                                             int value)

property

public static PropertyObjectLocator property(ObjectLocator locator,
                                             String name,
                                             long value)

property

public static PropertyObjectLocator property(ObjectLocator locator,
                                             String name,
                                             short value)

item

public static ItemObjectLocator item(ObjectLocator locator,
                                     int index,
                                     Object value)

item

public static ItemObjectLocator item(ObjectLocator locator,
                                     int index,
                                     boolean value)

item

public static ItemObjectLocator item(ObjectLocator locator,
                                     int index,
                                     byte value)

item

public static ItemObjectLocator item(ObjectLocator locator,
                                     int index,
                                     char value)

item

public static ItemObjectLocator item(ObjectLocator locator,
                                     int index,
                                     double value)

item

public static ItemObjectLocator item(ObjectLocator locator,
                                     int index,
                                     float value)

item

public static ItemObjectLocator item(ObjectLocator locator,
                                     int index,
                                     int value)

item

public static ItemObjectLocator item(ObjectLocator locator,
                                     int index,
                                     long value)

item

public static ItemObjectLocator item(ObjectLocator locator,
                                     int index,
                                     short value)


Copyright © 2005-2012. All Rights Reserved.