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 TestProperty
public void setName(String name)
public String getDescription()
getDescription
in interface TestProperty
public String getValue()
getValue
in interface TestProperty
public void setValue(String value)
setValue
in interface TestProperty
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.