public class AttributeOperation extends Object
Modifier and Type | Class and Description |
---|---|
static class |
AttributeOperation.Type |
Constructor and Description |
---|
AttributeOperation(AttributeOperation.Type type,
String key) |
AttributeOperation(AttributeOperation.Type type,
String key,
String value) |
Modifier and Type | Method and Description |
---|---|
AttributeKey |
getKey() |
AttributeOperation.Type |
getType() |
String |
getValue() |
public AttributeOperation(AttributeOperation.Type type, String key)
public AttributeOperation(AttributeOperation.Type type, String key, String value)
public AttributeOperation.Type getType()
public AttributeKey getKey()
public String getValue()
Copyright © 2021 JBoss by Red Hat. All rights reserved.