public final class AknAttributes extends Object
All default attributes name.
Based on the pattern : According to Joshua Bloch, author of “Effective Java”:
The constant interface pattern is a poor use of interfaces.
That a class uses some constants internally is an implementation detail.
Implementing a constant interface causes this implementation detail to leak into the class's exported API.
It is of no consequence to the users of a class that the class implements a constant interface. In fact, it may even
confuse them. Worse, it represents a commitment: if in a future release the class is modified so that it no longer
needs to use the constants, it still must implement the interface to ensure binary compatibility.
If a nonfinal class implements a constant interface all of its subclasses will have their namespaces polluted by the
constants in the interface.
| Modifier and Type | Field and Description |
|---|---|
static String |
ACTOR
Attribute for
Actor |
static String |
ALT
Attribute for
Src |
static String |
ALTERNATIVE_TO
Attribute for
Alt |
static String |
AS
Attribute for
Role |
static String |
AUTHORITATIVE
Attribute for
Authoritative |
static String |
BORDER
Attribute for
TableAtts |
static String |
BY
Attribute for
Agent |
static String |
CELLPADDING
Attribute for
TableAtts |
static String |
CELLSPACING
Attribute for
TableAtts |
static String |
CHOICE
Attribute for
VoteAtts |
static String |
CLASS
Attribute for
HTMLattrs |
static String |
COL_SPAN
Attribute for
CellAttrs |
static String |
CONTAINS
Attribute for
Contains |
static String |
CURRENT
Attribute for
MappingAtts |
static String |
DATE
Attribute for
Date |
static String |
DICTIONARY
Attribute for
Date |
static String |
DURATION
Attribute for
Duration |
static String |
EID
Attribute for
Id |
static String |
EMPOWERED_BY
Attribute for
LawyerAtts |
static String |
END
Attribute for
Interval
MappingAtts
|
static String |
END_QUOTE
Attribute for
Quote |
static String |
END_TIME
Attribute for
Source |
static String |
EVOLVING_ID
Deprecated.
|
static String |
EXCLUSION
Attribute for
Modifiers |
static String |
FOR
Attribute for
For
LawyerAtts
|
static String |
FROM
Attribute for
Range |
static String |
FROM_LANGUAGE
Attribute for
FromLanguage |
static String |
FROZEN
Attribute for
Froozen |
static String |
GUID
Attribute for
Id |
static String |
HEIGHT
Attribute for
ImgAtts |
static String |
HREF
Attribute for
Link |
static String |
ID
Deprecated.
|
static String |
INCLUDED_IN
Attribute for
PortionAtt |
static String |
INCOMPLETE
Attribute for
Modifiers |
static String |
INLINE_QUOTE
Attribute for
Quote |
static String |
LANGUAGE
Attribute for
Language |
static String |
LEVEL
Attribute for
Level |
static String |
MARKER
Attribute for
Notes |
static String |
NAME
Attribute for
Name |
static String |
NORMALIZED
Attribute for
NormalizedAtt |
static String |
NUMBER
Attribute for
Number |
static String |
ORIGINAL
Attribute for
MappingAtts |
static String |
ORIGINAL_TEXT
Attribute for
OriginalText |
static String |
ORIGINATING_EXPRESSION
Attribute for
Originating |
static String |
OUTCOME
Attribute for
Outcome |
static String |
PERIOD
Attribute for
Period |
static String |
PIVOT
Attribute for
Pivot |
static String |
PLACEMENT
Attribute for
Notes |
static String |
PLACEMENT_BASE
Attribute for
Notes |
static String |
POS
Attribute for
Pos |
static String |
REFERS_TO
Attribute for
Refers |
static String |
ROW_SPAN
Attribute for
CellAttrs |
static String |
SHORT_FORM
Attribute for
Show |
static String |
SHOW_AS
Attribute for
Show |
static String |
SOURCE
Attribute for
Source |
static String |
SRC
Attribute for
Src |
static String |
START
Attribute for
Interval
MappingAtts
|
static String |
START_QUOTE
Attribute for
Quote |
static String |
START_TIME
Attribute for
Source |
static String |
STATUS
Attribute for
Enactment |
static String |
STYLE
Attribute for
HTMLattrs |
static String |
TARGET
Attribute for
Target |
static String |
TIME
Attribute for
Time |
static String |
TITLE
Attribute for
HTMLattrs |
static String |
TO
Attribute for
Source |
static String |
TYPE
|
static String |
UP_TO
Attribute for
UpTo |
static String |
VALUE
Attribute for
BooleanValue Attribute for Value |
static String |
WID
Attribute for
Id |
static String |
WIDTH
Attribute for
FillInWidth
ImgAtts
|
public static final String ACTOR
Attribute for Actor
public static final String BY
Attribute for Agent
public static final String ALTERNATIVE_TO
Attribute for Alt
public static final String AUTHORITATIVE
Attribute for Authoritative
public static final String VALUE
Attribute for BooleanValue Attribute for Value
public static final String ROW_SPAN
Attribute for CellAttrs
public static final String COL_SPAN
Attribute for CellAttrs
public static final String CONTAINS
Attribute for Contains
public static final String DATE
Attribute for Date
public static final String DICTIONARY
Attribute for Date
public static final String DURATION
Attribute for Duration
public static final String TYPE
public static final String STATUS
Attribute for Enactment
public static final String WIDTH
public static final String PERIOD
Attribute for Period
public static final String FOR
public static final String FROM_LANGUAGE
Attribute for FromLanguage
public static final String FROZEN
Attribute for Froozen
public static final String CLASS
Attribute for HTMLattrs
public static final String STYLE
Attribute for HTMLattrs
public static final String TITLE
Attribute for HTMLattrs
@Deprecated public static final String ID
Attribute for Id
@Deprecated public static final String EVOLVING_ID
Attribute for Id
public static final String EID
Attribute for Id
public static final String WID
Attribute for Id
public static final String GUID
Attribute for Id
public static final String HEIGHT
Attribute for ImgAtts
public static final String START
public static final String END
public static final String LANGUAGE
Attribute for Language
public static final String EMPOWERED_BY
Attribute for LawyerAtts
public static final String LEVEL
Attribute for Level
public static final String HREF
Attribute for Link
public static final String ORIGINAL
Attribute for MappingAtts
public static final String CURRENT
Attribute for MappingAtts
public static final String EXCLUSION
Attribute for Modifiers
public static final String INCOMPLETE
Attribute for Modifiers
public static final String NAME
Attribute for Name
public static final String NORMALIZED
Attribute for NormalizedAtt
public static final String MARKER
Attribute for Notes
public static final String PLACEMENT
Attribute for Notes
public static final String PLACEMENT_BASE
Attribute for Notes
public static final String NUMBER
Attribute for Number
public static final String ORIGINAL_TEXT
Attribute for OriginalText
public static final String ORIGINATING_EXPRESSION
Attribute for Originating
public static final String OUTCOME
Attribute for Outcome
public static final String PIVOT
Attribute for Pivot
public static final String INCLUDED_IN
Attribute for PortionAtt
public static final String POS
Attribute for Pos
public static final String START_QUOTE
Attribute for Quote
public static final String END_QUOTE
Attribute for Quote
public static final String INLINE_QUOTE
Attribute for Quote
public static final String FROM
Attribute for Range
public static final String REFERS_TO
Attribute for Refers
public static final String AS
Attribute for Role
public static final String SHOW_AS
Attribute for Show
public static final String SHORT_FORM
Attribute for Show
public static final String SOURCE
Attribute for Source
public static final String TO
Attribute for Source
public static final String START_TIME
Attribute for Source
public static final String END_TIME
Attribute for Source
public static final String SRC
Attribute for Src
public static final String ALT
Attribute for Src
public static final String BORDER
Attribute for TableAtts
public static final String CELLSPACING
Attribute for TableAtts
public static final String CELLPADDING
Attribute for TableAtts
public static final String TARGET
Attribute for Target
public static final String TIME
Attribute for Time
public static final String UP_TO
Attribute for UpTo
public static final String CHOICE
Attribute for VoteAtts
Copyright © 2017. All rights reserved.