com.apelon.dts.client.attribute
Class PropertyValueSize
java.lang.Object
  
com.apelon.dts.client.attribute.PropertyValueSize
public class PropertyValueSize
- extends Object
 
Provides a typesafe enum pattern for the size category of the property
 value.  A property may indexable, searchable, or big.  An indexable property
 is also searchable.  A big property is neither indexable nor searchable.
 Copyright: Copyright (c) 2003
 Company: Apelon, Inc.
- Version:
 
  - DTS 3.0.0
 
- Author:
 
  - Apelon, Inc.
 
 
 
 
INDEXABLE
public static final PropertyValueSize INDEXABLE
SEARCHABLE
public static final PropertyValueSize SEARCHABLE
BIG
public static final PropertyValueSize BIG
toString
public String toString()
- Get string for property value size
- Overrides:
 toString in class Object
 
- Returns:
 - property value size string
 
 
 
Copyright © 2011. All Rights Reserved.