com.apelon.dts.client.attribute
Class PropertyValueSize

java.lang.Object
  extended by 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.

Field Summary
static PropertyValueSize BIG
           
static PropertyValueSize INDEXABLE
           
static PropertyValueSize SEARCHABLE
           
 
Method Summary
 String toString()
          Get string for property value size
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

INDEXABLE

public static final PropertyValueSize INDEXABLE

SEARCHABLE

public static final PropertyValueSize SEARCHABLE

BIG

public static final PropertyValueSize BIG
Method Detail

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.