org.gcube.datatransformation.datatransformationlibrary.imanagers.queries
Class ContentTypeParameterCondition
java.lang.Object
org.gcube.datatransformation.datatransformationlibrary.imanagers.queries.ContentTypeParameterCondition
public class ContentTypeParameterCondition
- extends Object
- Author:
- Dimitris Katris, NKUA
Condition of a content type.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ContentTypeParameterCondition
public ContentTypeParameterCondition()
- Instantiates a ContentTypeParameterCondition.
ContentTypeParameterCondition
public ContentTypeParameterCondition(String name,
String value)
- Instantiates a ContentTypeParameterCondition.
- Parameters:
name - The name of the condition.value - The value of the condition.
getName
public String getName()
- Returns:
- The name of the condition.
setName
public void setName(String name)
- Parameters:
name - The name of the condition.
getValue
public String getValue()
- Returns:
- The value of the condition.
setValue
public void setValue(String value)
- Parameters:
value - The value of the condition.
Copyright © 2013. All Rights Reserved.