public abstract class AttributeModeHelper extends Object
Constructor and Description |
---|
AttributeModeHelper() |
Modifier and Type | Method and Description |
---|---|
static AttributeMode |
extract(Any a) |
static String |
id() |
static void |
insert(Any a,
AttributeMode that) |
static AttributeMode |
read(InputStream istream) |
static TypeCode |
type() |
static void |
write(OutputStream ostream,
AttributeMode value) |
public static void insert(Any a, AttributeMode that)
public static AttributeMode extract(Any a)
public static TypeCode type()
public static String id()
public static AttributeMode read(InputStream istream)
public static void write(OutputStream ostream, AttributeMode value)
Copyright © 2021 JBoss by Red Hat. All rights reserved.