Searched defs:directiveType (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/disco/
H A DDirective.java99 * @param directiveType Type of the directive.
101 public Directive(String directiveType) { argument
102 type = directiveType;
192 * @param directiveType type of the directive to be set.
195 public void setDirectiveType(String directiveType) { argument
196 type = directiveType;
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/disco/
H A DDirective.java99 * @param directiveType Type of the directive.
101 public Directive(String directiveType) { argument
102 type = directiveType;
192 * @param directiveType type of the directive to be set.
195 public void setDirectiveType(String directiveType) { argument
196 type = directiveType;

Completed in 43 milliseconds