org.apache.bval.jsr303
Interface Jsr303Features.Property

All Superinterfaces:
Features.Property
Enclosing interface:
Jsr303Features

public static interface Jsr303Features.Property
extends Features.Property

JSR303 Property features


Field Summary
static String PropertyDescriptor
          INFO: cached PropertyDescriptorImpl of the property
static String REF_GROUPS
          INFO: Class[] with the groups to validate a REF_CASCADE
 
Fields inherited from interface org.apache.bval.model.Features.Property
DEFAULT_VALUE, DENIED, ENUM, HIDDEN, JAVASCRIPT_VALIDATION_FUNCTIONS, MANDATORY, MAX_LENGTH, MAX_VALUE, MIN_LENGTH, MIN_VALUE, PREFERRED, READONLY, REF_BEAN_ID, REF_BEAN_TYPE, REF_CASCADE, REG_EXP, TIME_LAG, UNIQUE_KEY
 

Field Detail

PropertyDescriptor

static final String PropertyDescriptor
INFO: cached PropertyDescriptorImpl of the property

See Also:
Constant Field Values

REF_GROUPS

static final String REF_GROUPS
INFO: Class[] with the groups to validate a REF_CASCADE

See Also:
Constant Field Values


Copyright © 2010-2012 Apache Software Foundation. All Rights Reserved.