public class ContentTypeParameterCondition extends Object
Condition of a content type.
| Constructor and Description |
|---|
ContentTypeParameterCondition()
Instantiates a ContentTypeParameterCondition.
|
ContentTypeParameterCondition(String name,
String value)
Instantiates a ContentTypeParameterCondition.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
String |
getValue() |
void |
setName(String name) |
void |
setValue(String value) |
public ContentTypeParameterCondition()
public String getName()
public void setName(String name)
name - The name of the condition.public String getValue()
public void setValue(String value)
value - The value of the condition.Copyright © 2017. All Rights Reserved.