wt.introspection
Class Rule

java.lang.Object
  extended bywt.introspection.Rule

class Rule
extends Object


Field Summary
private static boolean JDK1_1_8_WORK_AROUND
           
(package private) static Class OBJECT_MAPPABLE
           
(package private) static Class OBJECT_REFERENCE
           
(package private) static boolean VERBOSE
           
 
Constructor Summary
private Rule()
           
 
Method Summary
static boolean isExpert(PropertyDescriptor pd)
          Determine if a PropertyDescriptor should be set to expert status.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

VERBOSE

static final boolean VERBOSE
See Also:
Constant Field Values

JDK1_1_8_WORK_AROUND

private static final boolean JDK1_1_8_WORK_AROUND

OBJECT_MAPPABLE

static final Class OBJECT_MAPPABLE

OBJECT_REFERENCE

static final Class OBJECT_REFERENCE
Constructor Detail

Rule

private Rule()
Method Detail

isExpert

public static boolean isExpert(PropertyDescriptor pd)
Determine if a PropertyDescriptor should be set to expert status.

Returns:
The proper expert setting for the PropertyDescriptor, based on Windchill criteria.