|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.vmware.vcloud.sdk.Expression
public class Expression
This class represents an expression. Ex: name==vappName
| Constructor Summary | |
|---|---|
Expression(QueryField key,
String value,
ExpressionType expressionType)
Constructing an expression. |
|
Expression(String key,
MetadataDomain domain,
com.vmware.vcloud.api.rest.schema.MetadataTypedValue value,
MetadataExpressionType expressionType)
Constructing a metadata expression. |
|
Expression(String key,
com.vmware.vcloud.api.rest.schema.MetadataTypedValue value,
MetadataExpressionType expressionType)
Constructing a metadata expression. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Expression(QueryField key,
String value,
ExpressionType expressionType)
key - field name QueryFieldvalue - field value StringexpressionType - operator type ExpressionType
public Expression(String key,
MetadataDomain domain,
com.vmware.vcloud.api.rest.schema.MetadataTypedValue value,
MetadataExpressionType expressionType)
key - Stringdomain - MetadataDomainvalue - MetadataTypedValueexpressionType - MetadataExpressionType
public Expression(String key,
com.vmware.vcloud.api.rest.schema.MetadataTypedValue value,
MetadataExpressionType expressionType)
key - Stringvalue - MetadataTypedValueexpressionType - MetadataExpressionType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||