com.edustructures.sifworks
Class SIFContext

java.lang.Object
  extended by com.edustructures.sifworks.SIFContext

public class SIFContext
extends java.lang.Object

Contains behavior and implementation details for each SIF Context officially supported by the ADK


Field Summary
static SIFContext DEFAULT
           
 
Method Summary
static SIFContext create(java.lang.String contextName)
          Creates a SIFContext object with the given name.
 boolean equals(java.lang.Object o)
          Evaluates the native wrapped value of this object to see if it equals the value of the compared object, using a case-insensitive comparison
 java.lang.String getName()
          Returns the name of this context (e.g.
 int hashCode()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT

public static final SIFContext DEFAULT
Method Detail

create

public static SIFContext create(java.lang.String contextName)
Creates a SIFContext object with the given name. If the name matches a context name already defined by the ADK, that context will be returned.

Parameters:
contextName -
Returns:

getName

public java.lang.String getName()
Returns the name of this context (e.g. SIF_Default)

Returns:
the name of this context (e.g. SIF_Default)

equals

public boolean equals(java.lang.Object o)
Evaluates the native wrapped value of this object to see if it equals the value of the compared object, using a case-insensitive comparison

Overrides:
equals in class java.lang.Object
See Also:
Object.equals(java.lang.Object)

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object


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.