Uses of Class
org.purl.sword.base.SwordValidationInfoType

Packages that use SwordValidationInfoType
org.purl.sword.base This package contains the base set of classes that are used by the demonstration SWORD Servers and SWORD Clients. 
 

Uses of SwordValidationInfoType in org.purl.sword.base
 

Methods in org.purl.sword.base that return SwordValidationInfoType
 SwordValidationInfoType SwordValidationInfo.getType()
          Return the type of information.
static SwordValidationInfoType SwordValidationInfoType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SwordValidationInfoType[] SwordValidationInfoType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.purl.sword.base with parameters of type SwordValidationInfoType
 void SwordValidationInfo.setType(SwordValidationInfoType type)
          Set the type of information
 

Constructors in org.purl.sword.base with parameters of type SwordValidationInfoType
SwordValidationInfo(XmlName element, String theMessage, SwordValidationInfoType theType)
          Create a new instance of a validation information object that reports on an element.
SwordValidationInfo(XmlName element, XmlName attribute, String theMessage, SwordValidationInfoType theType)
          Create a new instance of a validation information object that reports on an attribute in the specified element.
 



Copyright © 2013 DuraSpace. All Rights Reserved.