|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use URIActionEnum | |
|---|---|
| fr.etai.xat2v2.builder | |
| fr.etai.xat2v2.obj | |
| fr.etai.xat2v2.util | Classes in this package are all utility classes. |
| Uses of URIActionEnum in fr.etai.xat2v2.builder |
|---|
| Methods in fr.etai.xat2v2.builder with parameters of type URIActionEnum | |
|---|---|
AttributedURIBuilder |
AttributedURIBuilder.setAction(URIActionEnum value)
|
| Uses of URIActionEnum in fr.etai.xat2v2.obj |
|---|
| Methods in fr.etai.xat2v2.obj that return URIActionEnum | |
|---|---|
static URIActionEnum |
URIActionEnum.fromValue(String v)
|
URIActionEnum |
AttributedURI.getAction()
Gets the value of the action property. |
static URIActionEnum |
URIActionEnum.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static URIActionEnum[] |
URIActionEnum.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in fr.etai.xat2v2.obj with parameters of type URIActionEnum | |
|---|---|
void |
AttributedURI.setAction(URIActionEnum value)
Sets the value of the action property. |
| Uses of URIActionEnum in fr.etai.xat2v2.util |
|---|
| Methods in fr.etai.xat2v2.util with parameters of type URIActionEnum | |
|---|---|
static String |
AttributedURILIstUtil.getURIByAction(List<AttributedURI> uriList,
URIActionEnum action)
|
static Boolean |
AttributedURILIstUtil.isDirectAccess(List<AttributedURI> uriList,
URIActionEnum action)
Checks if the URI given for the specified action is directly accessible. |
static void |
AttributedURILIstUtil.setURI(List<AttributedURI> uriList,
URIActionEnum action,
String uriValue,
boolean directAccess)
Adds an URI in the URI list. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||