Uses of Enum Class
org.w3._2001.schema.ProcessContentsType
Packages that use ProcessContentsType
-
Uses of ProcessContentsType in org.w3._2001.schema
Fields in org.w3._2001.schema with type parameters of type ProcessContentsTypeModifier and TypeFieldDescriptionstatic final List<ProcessContentsType>ProcessContentsType.VALUESA public read-only list of all the 'Process Contents Type' enumerators.Methods in org.w3._2001.schema that return ProcessContentsTypeModifier and TypeMethodDescriptionstatic ProcessContentsTypeProcessContentsType.get(int value) Returns the 'Process Contents Type' literal with the specified integer value.static ProcessContentsTypeReturns the 'Process Contents Type' literal with the specified literal value.static ProcessContentsTypeReturns the 'Process Contents Type' literal with the specified name.Wildcard.getProcessContents()Returns the value of the 'Process Contents' attribute.static ProcessContentsTypeReturns the enum constant of this class with the specified name.static ProcessContentsType[]ProcessContentsType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.w3._2001.schema with parameters of type ProcessContentsTypeModifier and TypeMethodDescriptionvoidWildcard.setProcessContents(ProcessContentsType value) Sets the value of the 'Process Contents' attribute. -
Uses of ProcessContentsType in org.w3._2001.schema.impl
Fields in org.w3._2001.schema.impl declared as ProcessContentsTypeModifier and TypeFieldDescriptionprotected static final ProcessContentsTypeWildcardImpl.PROCESS_CONTENTS_EDEFAULTThe default value of the 'Process Contents' attribute.protected ProcessContentsTypeWildcardImpl.processContentsThe cached value of the 'Process Contents' attribute.Methods in org.w3._2001.schema.impl that return ProcessContentsTypeModifier and TypeMethodDescriptionSchemaFactoryImpl.createProcessContentsTypeFromString(EDataType eDataType, String initialValue) SchemaFactoryImpl.createProcessContentsTypeObjectFromString(EDataType eDataType, String initialValue) WildcardImpl.getProcessContents()Methods in org.w3._2001.schema.impl with parameters of type ProcessContentsTypeModifier and TypeMethodDescriptionvoidWildcardImpl.setProcessContents(ProcessContentsType newProcessContents) -
Uses of ProcessContentsType in org.w3._2001.schema.util
Methods in org.w3._2001.schema.util with parameters of type ProcessContentsTypeModifier and TypeMethodDescriptionbooleanSchemaValidator.validateProcessContentsType(ProcessContentsType processContentsType, DiagnosticChain diagnostics, Map<Object, Object> context) booleanSchemaValidator.validateProcessContentsTypeObject(ProcessContentsType processContentsTypeObject, DiagnosticChain diagnostics, Map<Object, Object> context)