public class PropertyQueryResult
extends java.lang.Object
Constructor and Description |
---|
PropertyQueryResult() |
Modifier and Type | Method and Description |
---|---|
UserDefinedProperty[] |
getUserDefinedProperties() |
UserDefinedProperty |
getUserDefinedProperties(int i) |
void |
setUserDefinedProperties(int i,
UserDefinedProperty value) |
void |
setUserDefinedProperties(UserDefinedProperty[] userDefinedProperties) |
public UserDefinedProperty[] getUserDefinedProperties()
public void setUserDefinedProperties(UserDefinedProperty[] userDefinedProperties)
public UserDefinedProperty getUserDefinedProperties(int i)
public void setUserDefinedProperties(int i, UserDefinedProperty value)