Style Intelligence v12.0

inetsoft.uql.asset
Class AssemblyRef

java.lang.Object
  extended by inetsoft.uql.asset.AssemblyRef
All Implemented Interfaces:
Serializable, Cloneable

public class AssemblyRef
extends Object
implements Cloneable, Serializable

AssemblyRef represents one reference from one assembly to another assembly.

See Also:
Serialized Form

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

OUTPUT_DATA

public static final int OUTPUT_DATA
Output data reference type.

See Also:
Constant Field Values

INPUT_DATA

public static final int INPUT_DATA
Input data reference type.

See Also:
Constant Field Values

VIEW

public static final int VIEW
View reference type.

See Also:
Constant Field Values
Constructor Detail

AssemblyRef

public AssemblyRef(AssemblyEntry entry)
Create an INPUT_DATA VSRef.

Parameters:
entry - the specified assembly entry.

AssemblyRef

public AssemblyRef(int type,
                   AssemblyEntry entry)
Create a VSRef.

Parameters:
type - the specified reference type, namely INPUT_DATA or OUTPUT_DATA.
entry - the specified assembly entry.
Method Detail

getType

public int getType()
Get the reference type, namely INPUT_DATA or OUTPUT_DATA.

Returns:
the reference type.

getEntry

public AssemblyEntry getEntry()
Get the assembly entry.

Parameters:
entry - the specified assembly entry.

hashCode

public int hashCode()
Get the hash code value.

Overrides:
hashCode in class Object
Returns:
the hash code value.

equals

public boolean equals(Object obj)
Check if equals another object.

Overrides:
equals in class Object
Parameters:
obj - the specified object to be compared.

toString

public String toString()
Get the string representation.

Overrides:
toString in class Object
Returns:
the string representation.

Copyright © 1996-2014 InetSoft Technology Corp. All Rights Reserved.