public class XmlBeansPropertiesTestPropertyHolder.PropertiesStepProperty extends Object implements RenameableTestProperty
Type | Property and Description |
---|---|
boolean |
isVirtual
Gets the value of the property virtualProperty.
|
Constructor and Description |
---|
PropertiesStepProperty(PropertyConfig propertyConfig,
TestProperty virtualProperty) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
void |
firePropertyValueChanged(String name,
String oldValue,
String newValue) |
String |
getDefaultValue() |
String |
getDescription() |
ModelItem |
getModelItem()
Gets the modelItem containing this property
|
String |
getName() |
org.apache.xmlbeans.SchemaType |
getSchemaType() |
QName |
getType() |
String |
getValue() |
int |
hashCode() |
boolean |
isReadOnly() |
boolean |
isRequestPart()
defines if specific property belongs to request part
|
boolean |
isVirtualProperty()
Gets the value of the property virtualProperty.
|
void |
setConfig(PropertyConfig propertyConfig) |
void |
setName(String name) |
void |
setValue(String value) |
public boolean isVirtualProperty
public PropertiesStepProperty(PropertyConfig propertyConfig, TestProperty virtualProperty)
public boolean isVirtualProperty()
public void setConfig(PropertyConfig propertyConfig)
public String getName()
getName
in interface TestProperty
public void setName(String name)
setName
in interface RenameableTestProperty
public String getDescription()
getDescription
in interface TestProperty
public String getValue()
getValue
in interface TestProperty
public void setValue(String value)
setValue
in interface TestProperty
public void firePropertyValueChanged(String name, String oldValue, String newValue)
public boolean isReadOnly()
isReadOnly
in interface TestProperty
public QName getType()
getType
in interface TestProperty
public ModelItem getModelItem()
TestProperty
getModelItem
in interface TestProperty
public String getDefaultValue()
getDefaultValue
in interface TestProperty
public boolean isRequestPart()
TestProperty
isRequestPart
in interface TestProperty
public org.apache.xmlbeans.SchemaType getSchemaType()
getSchemaType
in interface TestProperty
Copyright © 2019. All Rights Reserved.