public interface TestProperty
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 |
setValue(String value) |
String getName()
String getDescription()
String getValue()
String getDefaultValue()
void setValue(String value)
boolean isReadOnly()
QName getType()
ModelItem getModelItem()
boolean isRequestPart()
org.apache.xmlbeans.SchemaType getSchemaType()
Copyright © 2019. All Rights Reserved.