Uses of Class
eu.europa.esig.validationreport.enums.ObjectType
| Package | Description |
|---|---|
| eu.europa.esig.validationreport.enums | |
| eu.europa.esig.validationreport.jaxb | |
| eu.europa.esig.validationreport.parsers |
-
Uses of ObjectType in eu.europa.esig.validationreport.enums
Methods in eu.europa.esig.validationreport.enums that return ObjectType Modifier and Type Method Description static ObjectTypeObjectType. valueOf(String name)Returns the enum constant of this type with the specified name.static ObjectType[]ObjectType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ObjectType in eu.europa.esig.validationreport.jaxb
Fields in eu.europa.esig.validationreport.jaxb declared as ObjectType Modifier and Type Field Description protected ObjectTypeValidationObjectType. objectTypeMethods in eu.europa.esig.validationreport.jaxb that return ObjectType Modifier and Type Method Description ObjectTypeValidationObjectType. getObjectType()Gets the value of the objectType property.ObjectTypeAdapter3. unmarshal(String value)Methods in eu.europa.esig.validationreport.jaxb with parameters of type ObjectType Modifier and Type Method Description StringAdapter3. marshal(ObjectType value)voidValidationObjectType. setObjectType(ObjectType value)Sets the value of the objectType property. -
Uses of ObjectType in eu.europa.esig.validationreport.parsers
Methods in eu.europa.esig.validationreport.parsers that return ObjectType Modifier and Type Method Description static ObjectTypeUriBasedEnumParser. parseObjectType(String v)