Package io.keikai.api.model.impl
Interface EnumUtil.Hyperlink
-
- Enclosing class:
- EnumUtil
public static interface EnumUtil.Hyperlink
-
-
Field Summary
Fields Modifier and Type Field Description static int
LINK_DOCUMENT
Link to a place in this documentstatic int
LINK_EMAIL
Link to an E-mail addressstatic int
LINK_FILE
Link to a filestatic int
LINK_URL
Link to an existing file or web page
-
-
-
Field Detail
-
LINK_URL
static final int LINK_URL
Link to an existing file or web page- See Also:
- Constant Field Values
-
LINK_DOCUMENT
static final int LINK_DOCUMENT
Link to a place in this document- See Also:
- Constant Field Values
-
LINK_EMAIL
static final int LINK_EMAIL
Link to an E-mail address- See Also:
- Constant Field Values
-
LINK_FILE
static final int LINK_FILE
Link to a file- See Also:
- Constant Field Values
-
-