public enum CTAKESSerializer extends Enum<CTAKESSerializer>
Modifier and Type | Method and Description |
---|---|
String |
getClassName() |
static CTAKESSerializer |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CTAKESSerializer[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CTAKESSerializer XCAS
public static final CTAKESSerializer XMI
public static final CTAKESSerializer XML
public static CTAKESSerializer[] values()
for (CTAKESSerializer c : CTAKESSerializer.values()) System.out.println(c);
public static CTAKESSerializer valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String getClassName()
Copyright © 2007–1969 The Apache Software Foundation. All rights reserved.