|
7.0 Action Request System Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.remedy.arsys.api.DisplayInstanceList
The DisplayInstanceList
class
defines the display properties of a field for all associated schema views.
Constructor Summary | |
DisplayInstanceList(PropInfo[] commonProperties,
DisplayInstanceInfo[] dInstanceList)
Constructs a new DisplayInstanceList object. |
Method Summary | |
void |
clear()
Release all variable object references. |
java.lang.Object |
clone()
Clone implementation that returns an Object with data cloned from self. |
protected void |
finalize()
Clears up all variable object references if it is called, even through there is no guarantee to be called. |
PropInfo[] |
getCommonProperties()
Returns the display properties that are common to all schema views. |
DisplayInstanceInfo[] |
getDisplayInstances()
Returns the list of schema views and their associated display properties. |
Value |
getProperty(InternalID vuiId,
java.lang.Integer tag)
Returns a property with a certain tag for a specific view. |
void |
setProperty(InternalID vuiId,
int tag,
Value value)
Sets the value of a property with a specific tag for a specific view. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DisplayInstanceList(PropInfo[] commonProperties, DisplayInstanceInfo[] dInstanceList)
DisplayInstanceList
object.
commonProperties
- Display properties that are common to all schema views.dInstanceList
- An array of schema views and their associated display properties.Method Detail |
public PropInfo[] getCommonProperties()
public DisplayInstanceInfo[] getDisplayInstances()
public Value getProperty(InternalID vuiId, java.lang.Integer tag)
public void setProperty(InternalID vuiId, int tag, Value value)
public java.lang.Object clone() throws java.lang.CloneNotSupportedException
java.lang.CloneNotSupportedException
public void clear()
protected void finalize() throws java.lang.Throwable
finalize
method calls clear().
Client should call this in their finally block when done with this object.
java.lang.Throwable
|
7.0 Action Request System Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |