|
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.AssemblyEntry
public class AssemblyEntry
Assembly entry locates an assembly.
| Constructor Summary | |
|---|---|
AssemblyEntry()
Constructor. |
|
AssemblyEntry(String name,
int type)
Constructor. |
|
AssemblyEntry(String name,
String aname,
int type)
Constructor. |
|
| Method Summary | |
|---|---|
Object |
clone()
Clone this object. |
boolean |
equals(Object obj)
Check if equals another object. |
String |
getAbsoluteName()
Get the absolute name. |
String |
getName()
Get the name. |
int |
getType()
Get the type. |
AssemblyEntry |
getUnqualifiedEntry()
Get an AssemblyEntry representing the unqualified name. |
int |
hashCode()
Get the hash code. |
boolean |
isVSAssembly()
Check if is a viewsheet assembly. |
boolean |
isWSAssembly()
Check if is a worksheet assembly. |
void |
parseXML(Element elem)
Method to parse an xml segment. |
String |
toString()
Get the string representation. |
void |
writeXML(PrintWriter writer)
Write the xml segment to print writer. |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public AssemblyEntry()
public AssemblyEntry(String name,
int type)
public AssemblyEntry(String name,
String aname,
int type)
| Method Detail |
|---|
public String getName()
public String getAbsoluteName()
public int getType()
public boolean isWSAssembly()
public boolean isVSAssembly()
public String toString()
toString in class Objectpublic boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic void writeXML(PrintWriter writer)
writeXML in interface inetsoft.util.XMLSerializablewriter - the destination print writer.
public void parseXML(Element elem)
throws Exception
parseXML in interface inetsoft.util.XMLSerializableelem - the specified xml element.
Exceptionpublic Object clone()
clone in interface AssetObjectclone in class Objectpublic AssemblyEntry getUnqualifiedEntry()
|
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 | ||||||||