Uses of Record Class
net.codecrete.windowsapi.metadata.LazyString
Packages that use LazyString
-
Uses of LazyString in net.codecrete.windowsapi.metadata
Fields in net.codecrete.windowsapi.metadata declared as LazyStringModifier and TypeFieldDescriptionprotected LazyStringType.documentationUrlThe documentation URL.Methods in net.codecrete.windowsapi.metadata that return LazyStringModifier and TypeMethodDescriptionConstantValue.documentationUrl()Returns the value of thedocumentationUrlrecord component.final LazyStringMethod.documentationUrl()Returns the URL to Microsoft's documentation about this type.final LazyStringType.documentationUrl()Returns the URL to Microsoft's documentation about this type.Methods in net.codecrete.windowsapi.metadata with parameters of type LazyStringModifier and TypeMethodDescriptionfinal voidMethod.setDocumentationUrl(LazyString documentationUrl) Sets the URL to Microsoft's documentation about this type.final voidType.setDocumentationUrl(LazyString documentationUrl) Sets the URL to Microsoft's documentation about this type.Constructors in net.codecrete.windowsapi.metadata with parameters of type LazyStringModifierConstructorDescriptionConstantValue(String name, Namespace namespace, Type type, Object value, boolean isAnsiEncoding, LazyString documentationUrl) Creates an instance of aConstantValuerecord class.