|
Style Intelligence v12.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectinetsoft.uql.asset.AssemblyRef
public class AssemblyRef
AssemblyRef represents one reference from one assembly to another assembly.
| Field Summary | |
|---|---|
static int |
INPUT_DATA
Input data reference type. |
static int |
OUTPUT_DATA
Output data reference type. |
static int |
VIEW
View reference type. |
| Constructor Summary | |
|---|---|
AssemblyRef(AssemblyEntry entry)
Create an INPUT_DATA VSRef. |
|
AssemblyRef(int type,
AssemblyEntry entry)
Create a VSRef. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
Check if equals another object. |
AssemblyEntry |
getEntry()
Get the assembly entry. |
int |
getType()
Get the reference type, namely INPUT_DATA or OUTPUT_DATA. |
int |
hashCode()
Get the hash code value. |
String |
toString()
Get the string representation. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final int OUTPUT_DATA
public static final int INPUT_DATA
public static final int VIEW
| Constructor Detail |
|---|
public AssemblyRef(AssemblyEntry entry)
entry - the specified assembly entry.
public AssemblyRef(int type,
AssemblyEntry entry)
type - the specified reference type, namely INPUT_DATA or
OUTPUT_DATA.entry - the specified assembly entry.| Method Detail |
|---|
public int getType()
public AssemblyEntry getEntry()
entry - the specified assembly entry.public int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Objectobj - the specified object to be compared.public String toString()
toString in class Object
|
Copyright © 1996-2014 InetSoft Technology Corp. All Rights Reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||