Uses of Class
org.opengis.annotation.ComplianceLevel
-
Packages that use ComplianceLevel Package Description org.opengis.annotation -
-
Uses of ComplianceLevel in org.opengis.annotation
Methods in org.opengis.annotation that return ComplianceLevel Modifier and Type Method Description ComplianceLevellevel()The level for the annoted element.static ComplianceLevelComplianceLevel. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ComplianceLevel[]ComplianceLevel. values()Returns an array containing the constants of this enum type, in the order they are declared.
-