Uses of Enum Class
uno.anahata.ai.nb.model.java.SourceOrigin
Packages that use SourceOrigin
Package
Description
Data models and transfer objects representing Java-specific elements such as
types, members, and source file information.
-
Uses of SourceOrigin in uno.anahata.ai.nb.model.java
Subclasses with type arguments of type SourceOrigin in uno.anahata.ai.nb.model.javaModifier and TypeClassDescriptionenumDescribes the origin of a source file, which determines if it's modifiable.Methods in uno.anahata.ai.nb.model.java that return SourceOriginModifier and TypeMethodDescriptionstatic SourceOriginReturns the enum constant of this class with the specified name.static SourceOrigin[]SourceOrigin.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in uno.anahata.ai.nb.model.java with parameters of type SourceOriginModifierConstructorDescriptionSourceFileInfo(String path, String content, long contentLines, long lastModified, long size, SourceOrigin originType, String originLocation, TextChunk chunk)
