PropertyType Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. security. models. PropertyType
- com.
- com.
public final class PropertyType
extends ExpandableStringEnum<PropertyType>
The data type of the compared operands (string, integer, floating point number or a boolean [true/false]].
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Property |
BOOLEAN
Boolean. |
|
static final
Property |
INTEGER
Integer. |
|
static final
Property |
NUMBER
Number. |
|
static final
Property |
STRING
String. |
Constructor Summary
| Constructor | Description |
|---|---|
| PropertyType() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Property |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Property |
fromString(String name)
Creates or finds a Property |
|
static
Collection<Property |
values()
Gets known Property |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
BOOLEAN
public static final PropertyType BOOLEAN
Boolean.
INTEGER
public static final PropertyType INTEGER
Integer.
NUMBER
public static final PropertyType NUMBER
Number.
STRING
public static final PropertyType STRING
String.
Constructor Details
PropertyType
@Deprecated
public PropertyType()
Deprecated
Creates a new instance of PropertyType value.
Method Details
fromString
public static PropertyType fromString(String name)
Creates or finds a PropertyType from its string representation.
Parameters:
Returns:
values
public static Collection<PropertyType> values()
Gets known PropertyType values.
Returns: