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.
|
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 © 2014. All Rights Reserved.