Enum QRCode.PropertyKeys
- java.lang.Object
-
- java.lang.Enum<QRCode.PropertyKeys>
-
- org.primefaces.extensions.component.qrcode.QRCode.PropertyKeys
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<QRCode.PropertyKeys>
- Enclosing class:
- QRCode
protected static enum QRCode.PropertyKeys extends java.lang.Enum<QRCode.PropertyKeys>
-
-
Enum Constant Summary
Enum Constants Enum Constant Description backgroundecLevelfillColorfontColorfontNamelabelleftOffsetmaxVersionminVersionmPosXmPosYmSizequietradiusrenderMethodrenderModesizestylestyleClasstexttopOffsetwidgetVar
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static QRCode.PropertyKeysvalueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static QRCode.PropertyKeys[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
widgetVar
public static final QRCode.PropertyKeys widgetVar
-
renderMethod
public static final QRCode.PropertyKeys renderMethod
-
renderMode
public static final QRCode.PropertyKeys renderMode
-
minVersion
public static final QRCode.PropertyKeys minVersion
-
maxVersion
public static final QRCode.PropertyKeys maxVersion
-
leftOffset
public static final QRCode.PropertyKeys leftOffset
-
topOffset
public static final QRCode.PropertyKeys topOffset
-
size
public static final QRCode.PropertyKeys size
-
fillColor
public static final QRCode.PropertyKeys fillColor
-
ecLevel
public static final QRCode.PropertyKeys ecLevel
-
background
public static final QRCode.PropertyKeys background
-
text
public static final QRCode.PropertyKeys text
-
radius
public static final QRCode.PropertyKeys radius
-
quiet
public static final QRCode.PropertyKeys quiet
-
mSize
public static final QRCode.PropertyKeys mSize
-
mPosX
public static final QRCode.PropertyKeys mPosX
-
mPosY
public static final QRCode.PropertyKeys mPosY
-
label
public static final QRCode.PropertyKeys label
-
fontName
public static final QRCode.PropertyKeys fontName
-
fontColor
public static final QRCode.PropertyKeys fontColor
-
style
public static final QRCode.PropertyKeys style
-
styleClass
public static final QRCode.PropertyKeys styleClass
-
-
Method Detail
-
values
public static QRCode.PropertyKeys[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (QRCode.PropertyKeys c : QRCode.PropertyKeys.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static QRCode.PropertyKeys valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
java.lang.IllegalArgumentException- if this enum type has no constant with the specified namejava.lang.NullPointerException- if the argument is null
-
-