public class MapTestPropertyHolder.InternalTestProperty extends Object implements TestProperty
| Constructor and Description | 
|---|
| InternalTestProperty(String name,
                    String value) | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getDefaultValue() | 
| String | getDescription() | 
| ModelItem | getModelItem()Gets the modelItem containing this property | 
| String | getName() | 
| org.apache.xmlbeans.SchemaType | getSchemaType() | 
| QName | getType() | 
| String | getValue() | 
| boolean | isReadOnly() | 
| boolean | isRequestPart()defines if specific property belongs to request part | 
| void | setName(String name) | 
| void | setValue(String value) | 
public String getName()
getName in interface TestPropertypublic void setName(String name)
public String getDescription()
getDescription in interface TestPropertypublic String getValue()
getValue in interface TestPropertypublic void setValue(String value)
setValue in interface TestPropertypublic 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.