public class GenericRef
extends java.lang.Object
| Constructor and Description |
|---|
GenericRef() |
GenericRef(RefType type,
java.lang.String ref) |
GenericRef(RefType type,
java.lang.String ref,
RefFormat format) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
RefFormat |
getFormat() |
java.lang.String |
getOriginalRef() |
java.lang.String |
getRef() |
java.lang.String |
getSimpleRef() |
RefType |
getType() |
int |
hashCode() |
static void |
internalRefWithAnyDot() |
static boolean |
isRelativeRefWithAnyDot() |
static void |
relativeRefWithAnyDot() |
public GenericRef()
public GenericRef(RefType type, java.lang.String ref)
public static void relativeRefWithAnyDot()
public static void internalRefWithAnyDot()
public static boolean isRelativeRefWithAnyDot()
public RefFormat getFormat()
public RefType getType()
public java.lang.String getRef()
public java.lang.String getSimpleRef()
public java.lang.String getOriginalRef()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.ObjectCopyright © 2021. All Rights Reserved.