|
AR System Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.bmc.arsys.api.CriteriaFlags
public class CriteriaFlags
The CriteriaFlags
class is used to describe the properties needed to be retrieved for many of the
server objects.
The CriteriaFlags
class is the superclass of the different <Object>Criteria
classes. The <Object>Criteria
sub-classes (for example, ActiveLinkCriteria
) are
derived from the CriteriaFlags
class, and they are used for retrieving information from their
particular server object.
Constructor Summary | |
---|---|
CriteriaFlags(int nSize)
Constructs a new Criteria object with the given properties. |
Method Summary | |
---|---|
Object |
clone()
Clone implementation that returns an Object with data cloned from self. |
boolean |
equals(Object obj)
Use this method for checking equality between the current object and the provided one. |
boolean[] |
getParameters()
|
int |
getPropertiesToRetrieve()
Returns an integer value that represents the bitmask of all the properties that the user has selected to retrieve. |
int |
hashCode()
Returns the hash code value for this instance of the current class. |
void |
resetCriteriaFlags()
reset all flags to false -- sets not to retrieve any of the object properties |
void |
setParameter(long index,
boolean bValue)
|
void |
setPropertiesToRetrieve(int i)
Sets an integer value that represents the bitmask of all the properties that the user has selected to retrieve. |
void |
setRetrieveAll(boolean flag)
Sets whether all the object properties are to be retrieved or not. |
String |
toString()
Returns a string description of the object. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public CriteriaFlags(int nSize)
Criteria
object with the given properties.
Method Detail |
---|
public void setParameter(long index, boolean bValue)
public boolean[] getParameters()
public void setRetrieveAll(boolean flag)
public int getPropertiesToRetrieve()
getPropertiesToRetrieve()
method and that property. A "true" result
indicates that the property is set.
public void setPropertiesToRetrieve(int i)
public void resetCriteriaFlags()
public Object clone() throws CloneNotSupportedException
clone
in class Object
CloneNotSupportedException
public String toString()
toString
in class Object
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
obj
- the object that we are comparing to
|
AR System Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |