org.apache.bval.model
Interface Features.Bean

All Known Subinterfaces:
Jsr303Features.Bean
All Known Implementing Classes:
DynamicMetaBean, MetaBean
Enclosing interface:
Features

public static interface Features.Bean

Features of MetaBean


Field Summary
static String DOMAIN
          INFO: category/domain to which the metaBean belongs to
static String MAIN_KEY
          INFO: String, name of the Property, that is the Primary Key
static String UNIQUE_KEY
           
 

Field Detail

MAIN_KEY

static final String MAIN_KEY
INFO: String, name of the Property, that is the Primary Key

See Also:
Constant Field Values

DOMAIN

static final String DOMAIN
INFO: category/domain to which the metaBean belongs to

See Also:
Constant Field Values

UNIQUE_KEY

static final String UNIQUE_KEY
See Also:
Constant Field Values


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