public final class ResultAttributes
extends java.lang.Object
Result| Modifier and Type | Field and Description |
|---|---|
static ResultAttribute |
ATTRIBUTE_NAME |
static ResultAttribute |
CLASS_NAME |
static ResultAttribute |
OBJ_DOMAIN |
static ResultAttribute |
TYPE_NAME |
| Modifier and Type | Method and Description |
|---|---|
static ResultAttribute |
forName(java.lang.String attributeName)
Get the
ResultAttributes value from the attribute name |
static com.google.common.collect.ImmutableSet<ResultAttribute> |
forNames(java.util.Collection<java.lang.String> attributeNames)
Get the
ResultAttributes value for each attribute name. |
static ResultAttribute |
valueOf(java.lang.String attributeName)
Get
ResultAttributes by its constant name |
static java.util.List<ResultAttribute> |
values()
Get known
ResultAttributes as if it was an enumeration |
public static final ResultAttribute TYPE_NAME
public static final ResultAttribute OBJ_DOMAIN
public static final ResultAttribute CLASS_NAME
public static final ResultAttribute ATTRIBUTE_NAME
public static ResultAttribute forName(@Nonnull java.lang.String attributeName)
ResultAttributes value from the attribute nameattributeName - The attribute name for the ResultAttribute allowed values are:
ResultAttributepublic static com.google.common.collect.ImmutableSet<ResultAttribute> forNames(@Nonnull java.util.Collection<java.lang.String> attributeNames)
ResultAttributes value for each attribute name.ResultAttributeforName(String)public static ResultAttribute valueOf(@Nonnull java.lang.String attributeName)
ResultAttributes by its constant nameattributeName - The attribute name for the ResultAttribute allowed values are:
public static java.util.List<ResultAttribute> values()
ResultAttributes as if it was an enumerationCopyright © 2010-2018 JmxTrans team. All Rights Reserved.