com.jaxfront.core.type
Class RelativeTypePath

java.lang.Object
  extended by com.jaxfront.core.type.RelativeTypePath

public class RelativeTypePath
extends java.lang.Object

Author:
SRZXUZ To change the template for this generated type comment go to Window>Preferences>Java>Code Generation>Code and Comments

Field Summary
static java.lang.String S_AD
           
static java.lang.String S_CLOSEBRACKET
           
static java.lang.String S_DDOT
           
static java.lang.String S_DOT
           
static java.lang.String S_EMPTY
           
static java.lang.String S_LIST
           
static java.lang.String S_OPENBRACKET
           
static java.lang.String S_SLASH
           
 
Constructor Summary
RelativeTypePath()
           
 
Method Summary
static java.lang.String createRelativeXPath(Type toType, Type fromType, boolean listTypeIncluded)
           
static java.lang.String createRelativeXPath(Type toType, Type fromType, boolean listTypeIncluded, boolean includeRootList)
           
static java.lang.String createRelativeXPath(Type toType, Type fromType, boolean listTypeIncluded, boolean includeRootList, boolean appendUpPath)
           
static Type getCommonRoot(Type toType, Type fromType, boolean listTypeIncluded)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

S_EMPTY

public static final java.lang.String S_EMPTY
See Also:
Constant Field Values

S_DOT

public static final java.lang.String S_DOT
See Also:
Constant Field Values

S_DDOT

public static final java.lang.String S_DDOT
See Also:
Constant Field Values

S_AD

public static final java.lang.String S_AD
See Also:
Constant Field Values

S_SLASH

public static final java.lang.String S_SLASH
See Also:
Constant Field Values

S_OPENBRACKET

public static final java.lang.String S_OPENBRACKET
See Also:
Constant Field Values

S_CLOSEBRACKET

public static final java.lang.String S_CLOSEBRACKET
See Also:
Constant Field Values

S_LIST

public static final java.lang.String S_LIST
See Also:
Constant Field Values
Constructor Detail

RelativeTypePath

public RelativeTypePath()
Method Detail

createRelativeXPath

public static java.lang.String createRelativeXPath(Type toType,
                                                   Type fromType,
                                                   boolean listTypeIncluded,
                                                   boolean includeRootList)

createRelativeXPath

public static java.lang.String createRelativeXPath(Type toType,
                                                   Type fromType,
                                                   boolean listTypeIncluded,
                                                   boolean includeRootList,
                                                   boolean appendUpPath)

getCommonRoot

public static Type getCommonRoot(Type toType,
                                 Type fromType,
                                 boolean listTypeIncluded)

createRelativeXPath

public static java.lang.String createRelativeXPath(Type toType,
                                                   Type fromType,
                                                   boolean listTypeIncluded)