Uses of Class
net.anotheria.anosite.bredcrambs.data.DocumentEnum
-
Packages that use DocumentEnum Package Description net.anotheria.anosite.bredcrambs.data -
-
Uses of DocumentEnum in net.anotheria.anosite.bredcrambs.data
Methods in net.anotheria.anosite.bredcrambs.data that return DocumentEnum Modifier and Type Method Description static DocumentEnumDocumentEnum. getConstantByValue(String value)static DocumentEnumDocumentEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static DocumentEnum[]DocumentEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.
-