Uses of Class
ru.moysklad.remap_1_2.entities.Attribute.Type
-
Packages that use Attribute.Type Package Description ru.moysklad.remap_1_2.entities -
-
Uses of Attribute.Type in ru.moysklad.remap_1_2.entities
Methods in ru.moysklad.remap_1_2.entities that return Attribute.Type Modifier and Type Method Description static Attribute.TypeAttribute.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static Attribute.Type[]Attribute.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in ru.moysklad.remap_1_2.entities with parameters of type Attribute.Type Constructor Description Attribute(Meta.Type attributeEntityType, String id, Attribute.Type type, Object value)DocumentAttribute(Meta.Type attributeType, String id, Attribute.Type type, Object value)
-