Uses of Class
net.opengis.ols.v_1_2.SeverityType

Uses of SeverityType in net.opengis.ols.v_1_2
 

Fields in net.opengis.ols.v_1_2 declared as SeverityType
protected  SeverityType ErrorListType.highestSeverity
           
protected  SeverityType ErrorType.severity
           
 

Methods in net.opengis.ols.v_1_2 that return SeverityType
static SeverityType SeverityType.fromValue(String v)
           
 SeverityType ErrorListType.getHighestSeverity()
          Gets the value of the highestSeverity property.
 SeverityType ErrorType.getSeverity()
          Gets the value of the severity property.
static SeverityType SeverityType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SeverityType[] SeverityType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in net.opengis.ols.v_1_2 with parameters of type SeverityType
 void ErrorListType.setHighestSeverity(SeverityType value)
          Sets the value of the highestSeverity property.
 void ErrorType.setSeverity(SeverityType value)
          Sets the value of the severity property.
 ErrorListType ErrorListType.withHighestSeverity(SeverityType value)
           
 ErrorType ErrorType.withSeverity(SeverityType value)
           
 



Copyright © 2008-2016. All Rights Reserved.