com.edustructures.sifworks.dw
Class MeasureType

java.lang.Object
  extended by com.edustructures.sifworks.SIFSimpleType<java.lang.String>
      extended by com.edustructures.sifworks.SIFString
          extended by com.edustructures.sifworks.SIFEnum
              extended by com.edustructures.sifworks.dw.MeasureType
All Implemented Interfaces:
java.io.Serializable

public class MeasureType
extends SIFEnum

Defines the set of values that can be specified whenever a MeasureType is used as a parameter to a method or constructor. Alternatively, the static wrap method can be called to encapsulate any string value in a MeasureType object.

Since:
1.5r1
Version:
2.0
See Also:
Serialized Form

Field Summary
static MeasureType COUNT
          Count ("Count")
static MeasureType FTE
          FTE ("FTE")
static MeasureType MAXIMUM
          Maximum ("Maximum")
static MeasureType MEAN
          Mean ("Mean")
static MeasureType MEDIAN
          Median ("Median")
static MeasureType MINIMUM
          Minimum ("Minimum")
static MeasureType MODE
          Mode ("Mode")
static MeasureType OTHER
          Other ("Other")
static MeasureType PERCENT
          Percent ("Percent")
static MeasureType STANDARDDEVIATION
          StandardDeviation ("StandardDeviation")
static MeasureType SUM
          Sum ("Sum")
static MeasureType UNDUPLICATEDCOUNT
          UnduplicatedCount ("UnduplicatedCount")
 
Method Summary
static MeasureType wrap(java.lang.String value)
          Wrap an arbitrary string value in a MeasureType object.
 
Methods inherited from class com.edustructures.sifworks.SIFString
getTypeConverter, isDoNotEncode
 
Methods inherited from class com.edustructures.sifworks.SIFSimpleType
createField, equals, getDataType, getSQLType, getValue, hashCode, toString, toString, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

MINIMUM

public static final MeasureType MINIMUM
Minimum ("Minimum")


SUM

public static final MeasureType SUM
Sum ("Sum")


COUNT

public static final MeasureType COUNT
Count ("Count")


PERCENT

public static final MeasureType PERCENT
Percent ("Percent")


OTHER

public static final MeasureType OTHER
Other ("Other")


MODE

public static final MeasureType MODE
Mode ("Mode")


MAXIMUM

public static final MeasureType MAXIMUM
Maximum ("Maximum")


STANDARDDEVIATION

public static final MeasureType STANDARDDEVIATION
StandardDeviation ("StandardDeviation")


MEDIAN

public static final MeasureType MEDIAN
Median ("Median")


MEAN

public static final MeasureType MEAN
Mean ("Mean")


UNDUPLICATEDCOUNT

public static final MeasureType UNDUPLICATEDCOUNT
UnduplicatedCount ("UnduplicatedCount")


FTE

public static final MeasureType FTE
FTE ("FTE")

Method Detail

wrap

public static MeasureType wrap(java.lang.String value)
Wrap an arbitrary string value in a MeasureType object.

Parameters:
value - The element/attribute value. This method does not verify that the value is valid according to the SIF Specification.


Copyright © 2001-2007 Edustructures LLC. All Rights Reserved. SIFWorks® and ADK® are registered trademarks of Edustructures LLC. SIF™ and Schools Interoperability Framework are trademarks of the Schools Interoperability Framework Association.