org.test4j.datafilling.common
类 FillingConstants

java.lang.Object
  继承者 org.test4j.datafilling.common.FillingConstants

public class FillingConstants
extends Object


字段摘要
static int ARRAY_DEFAULT_SIZE
          The default number of elements for a collection-type element
static int MAX_DEPTH
          How many times it is allowed to PoJoGen to create an instance of the same class in a recursive hierarchy
static String PoJoGen_ATTRIBUTE_STRATEGY_METHOD_NAME
          The name of the AttributeStrategy interface
static String STR_DEFAULT_ENCODING
          The default encoding for Strings
static int STR_DEFAULT_LENGTH
          The default string length that PoJoGen will assign to an annotated attribute
 
方法摘要
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

字段详细信息

MAX_DEPTH

public static final int MAX_DEPTH
How many times it is allowed to PoJoGen to create an instance of the same class in a recursive hierarchy

另请参见:
常量字段值

STR_DEFAULT_LENGTH

public static final int STR_DEFAULT_LENGTH
The default string length that PoJoGen will assign to an annotated attribute

另请参见:
常量字段值

ARRAY_DEFAULT_SIZE

public static final int ARRAY_DEFAULT_SIZE
The default number of elements for a collection-type element

另请参见:
常量字段值

STR_DEFAULT_ENCODING

public static final String STR_DEFAULT_ENCODING
The default encoding for Strings

另请参见:
常量字段值

PoJoGen_ATTRIBUTE_STRATEGY_METHOD_NAME

public static final String PoJoGen_ATTRIBUTE_STRATEGY_METHOD_NAME
The name of the AttributeStrategy interface

另请参见:
常量字段值


Copyright © 2013. All rights reserved.