public class XmlBeansPropertiesTestPropertyHolder.PropertiesStepProperty extends Object implements RenameableTestProperty
| Type | Property and Description | 
|---|---|
| boolean | isVirtualGets 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 TestPropertypublic void setName(String name)
setName in interface RenameableTestPropertypublic String getDescription()
getDescription in interface TestPropertypublic String getValue()
getValue in interface TestPropertypublic void setValue(String value)
setValue in interface TestPropertypublic void firePropertyValueChanged(String name, String oldValue, String newValue)
public boolean isReadOnly()
isReadOnly in interface TestPropertypublic QName getType()
getType in interface TestPropertypublic ModelItem getModelItem()
TestPropertygetModelItem in interface TestPropertypublic String getDefaultValue()
getDefaultValue in interface TestPropertypublic boolean isRequestPart()
TestPropertyisRequestPart in interface TestPropertypublic org.apache.xmlbeans.SchemaType getSchemaType()
getSchemaType in interface TestPropertyCopyright © 2019. All Rights Reserved.