Uses of Class
com.blackrook.archetext.ArcheTextValue.Type
-
Packages that use ArcheTextValue.Type Package Description com.blackrook.archetext Contains the main classes for ArcheText object generation. -
-
Uses of ArcheTextValue.Type in com.blackrook.archetext
Methods in com.blackrook.archetext that return ArcheTextValue.Type Modifier and Type Method Description ArcheTextValue.Type
ArcheTextValue. getType()
static ArcheTextValue.Type
ArcheTextValue.Type. valueOf(String name)
Returns 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.Type Modifier and Type Method Description ArcheTextValue
ArcheTextValue. promoteTo(ArcheTextValue.Type promotionType)
Returns a new ArcheTextValue that is a promoted type from this one.
-