AttributeTypes

@XmlType @XmlEnum

public enum AttributeTypes

Тип атрибута.

Enum Constants

HrefBlob

public static final AttributeTypes HrefBlob

Блоб файловой ссылки.

Атрибут с этим типом используется в сценарии вывода изображений из файлового хранилища сервера.

Standard

public static final AttributeTypes Standard

Стандартный атрибут выборки.

Fields

converterToAttributeTypeEnum

public static final EnumFinder<AttributeTypeEnum> converterToAttributeTypeEnum

finder

public static final EnumFinder<AttributeTypes> finder

finderByAttributeTypeEnum

public static final EnumFinderAbst<AttributeTypeEnum, AttributeTypes> finderByAttributeTypeEnum

Methods

getAttributeTypeEnum

public AttributeTypeEnum getAttributeTypeEnum()

valueOf

public static AttributeTypes valueOf(String name)

values

public static AttributeTypes[] values()