Package com.osohq.oso_cloud
Class ValueOfType
- java.lang.Object
-
- com.osohq.oso_cloud.ValueOfType
-
- All Implemented Interfaces:
ValuePattern
public class ValueOfType extends java.lang.Object implements ValuePattern
A pattern that matches anyValuewith the specified type.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.osohq.oso_cloud.ValuePattern
ValuePattern.AnyValuePattern
-
-
Field Summary
Fields Modifier and Type Field Description java.lang.Stringtype-
Fields inherited from interface com.osohq.oso_cloud.ValuePattern
ANY
-
-
Constructor Summary
Constructors Constructor Description ValueOfType(java.lang.String type)Creates a pattern matching anyValuewith the given type.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)inthashCode()java.lang.StringtoString()
-
-
-
Constructor Detail
-
ValueOfType
public ValueOfType(java.lang.String type)
Creates a pattern matching anyValuewith the given type.- Parameters:
type- The type to match. Must not be null.
-
-