| Package | Description |
|---|---|
| org.netbeans.modules.schema2beans | |
| org.netbeans.modules.schema2beansdev |
| Modifier and Type | Field and Description |
|---|---|
static ValidateException.FailureType |
ValidateException.FailureType.ALL_RESTRICTIONS |
static ValidateException.FailureType |
ValidateException.FailureType.DATA_RESTRICTION |
static ValidateException.FailureType |
ValidateException.FailureType.ENUM_RESTRICTION |
protected ValidateException.FailureType |
ValidateException.failureType |
static ValidateException.FailureType |
ValidateException.FailureType.MUTUALLY_EXCLUSIVE |
static ValidateException.FailureType |
ValidateException.FailureType.NULL_VALUE |
| Modifier and Type | Method and Description |
|---|---|
ValidateException.FailureType |
ValidateException.getFailureType() |
| Constructor and Description |
|---|
ValidateException(String msg,
ValidateException.FailureType ft,
String failedPropertyName,
Object failedBean) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
JavaBeanClass.genValidateFail(String detail,
String name,
boolean quoteDetail,
ValidateException.FailureType ft,
JavaWriter out) |
protected void |
BeanClass.genValidateFail(String detail,
String name,
boolean quoteDetail,
ValidateException.FailureType ft,
JavaWriter out) |
protected abstract void |
AbstractCodeGeneratorClass.genValidateFail(String detail,
String name,
boolean quoteDetail,
ValidateException.FailureType ft,
JavaWriter out) |
protected void |
AbstractCodeGeneratorClass.genValidateIf(String test,
String name,
ValidateException.FailureType ft,
JavaWriter out) |
Copyright © 2017–2019 Eclipse Foundation. All rights reserved.