Interface ObjectQuery
public interface com.froglogic.squish.extension.ObjectQuery {
// Public Methodspublic int getIntProperty(String property);public Object getObjectProperty(String property);public String getStringProperty(String property);public boolean hasProperty(String property);public boolean match(Object obj);public boolean matchProperty(String property,
String value);
}
public int getIntProperty(String property);Parameters
int value of property
Return property value as int.
public Object getObjectProperty(String property);Parameters
resolved object from property value or null if not found
Return property value as object. The value of this property must be a multi-property string or a symbolic name.
public String getStringProperty(String property);Parameters
string value of property
Return property value as string.
public boolean hasProperty(String property);Parameters
if real name has this property
Return if the real name contains a property