Uses of Enum
com.blackrook.archetext.ArcheTextValue.Type
Packages that use ArcheTextValue.Type
Package
Description
Contains the main classes for ArcheText object generation.
-
Uses of ArcheTextValue.Type in com.blackrook.archetext
Subclasses with type arguments of type ArcheTextValue.Type in com.blackrook.archetextMethods in com.blackrook.archetext that return ArcheTextValue.TypeModifier and TypeMethodDescriptionArcheTextValue.getType()static ArcheTextValue.TypeReturns the enum constant of this type with the specified name.static ArcheTextValue.Type[]ArcheTextValue.Type.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.blackrook.archetext with parameters of type ArcheTextValue.TypeModifier and TypeMethodDescriptionArcheTextValue.promoteTo(ArcheTextValue.Type promotionType) Returns a new ArcheTextValue that is a promoted type from this one.