public enum ContextAttributes extends Enum<ContextAttributes>
| Enum Constant and Description |
|---|
datacontentencoding |
datacontenttype |
id |
schemaurl |
source |
specversion |
subject |
time |
type |
| Modifier and Type | Method and Description |
|---|---|
static ContextAttributes |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ContextAttributes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ContextAttributes id
public static final ContextAttributes source
public static final ContextAttributes specversion
public static final ContextAttributes type
public static final ContextAttributes time
public static final ContextAttributes schemaurl
public static final ContextAttributes datacontenttype
public static final ContextAttributes datacontentencoding
public static final ContextAttributes subject
public static ContextAttributes[] values()
for (ContextAttributes c : ContextAttributes.values()) System.out.println(c);
public static ContextAttributes 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 nullCopyright © 2019. All rights reserved.