protected static enum AMFPrimitiveTypeModel.ScalarShapeDataType extends Enum<AMFPrimitiveTypeModel.ScalarShapeDataType>
| Enum Constant and Description |
|---|
BOOLEAN |
DATE |
DATETIME |
DATETIME_ONLY |
DOUBLE |
FLOAT |
INTEGER |
LONG |
NUMBER |
STRING |
TIME |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equalsIgnoreCase(String value) |
static AMFPrimitiveTypeModel.ScalarShapeDataType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AMFPrimitiveTypeModel.ScalarShapeDataType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AMFPrimitiveTypeModel.ScalarShapeDataType BOOLEAN
public static final AMFPrimitiveTypeModel.ScalarShapeDataType DATETIME
public static final AMFPrimitiveTypeModel.ScalarShapeDataType DATETIME_ONLY
public static final AMFPrimitiveTypeModel.ScalarShapeDataType DATE
public static final AMFPrimitiveTypeModel.ScalarShapeDataType TIME
public static final AMFPrimitiveTypeModel.ScalarShapeDataType FLOAT
public static final AMFPrimitiveTypeModel.ScalarShapeDataType DOUBLE
public static final AMFPrimitiveTypeModel.ScalarShapeDataType NUMBER
public static final AMFPrimitiveTypeModel.ScalarShapeDataType INTEGER
public static final AMFPrimitiveTypeModel.ScalarShapeDataType LONG
public static final AMFPrimitiveTypeModel.ScalarShapeDataType STRING
public static AMFPrimitiveTypeModel.ScalarShapeDataType[] values()
for (AMFPrimitiveTypeModel.ScalarShapeDataType c : AMFPrimitiveTypeModel.ScalarShapeDataType.values()) System.out.println(c);
public static AMFPrimitiveTypeModel.ScalarShapeDataType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic boolean equalsIgnoreCase(String value)
Copyright © 2019. All rights reserved.