Searched defs:MessagePropertyKey (Results 1 - 5 of 5) sorted by relevance

/forgerock/opendj2/src/build-tools/org/opends/build/tools/
H A DMessagePropertyKey.java68 public class MessagePropertyKey class in inherits:Comparable
69 implements Comparable<MessagePropertyKey> {
88 * @return MessagePropertyKey created from string
90 static public MessagePropertyKey parseString(
159 return new MessagePropertyKey(category, severity, description, ordinal);
169 public MessagePropertyKey(Category category, Severity severity, method in class:MessagePropertyKey
258 public int compareTo(MessagePropertyKey k) {
/forgerock/opendj-b2.6/src/build-tools/org/opends/build/tools/
H A DMessagePropertyKey.java69 public class MessagePropertyKey class in inherits:Comparable
70 implements Comparable<MessagePropertyKey> {
89 * @return MessagePropertyKey created from string
91 static public MessagePropertyKey parseString(
160 return new MessagePropertyKey(category, severity, description, ordinal);
170 public MessagePropertyKey(Category category, Severity severity, method in class:MessagePropertyKey
259 public int compareTo(MessagePropertyKey k) {
/forgerock/opendj2.6.2/src/build-tools/org/opends/build/tools/
H A DMessagePropertyKey.java69 public class MessagePropertyKey class in inherits:Comparable
70 implements Comparable<MessagePropertyKey> {
89 * @return MessagePropertyKey created from string
91 static public MessagePropertyKey parseString(
160 return new MessagePropertyKey(category, severity, description, ordinal);
170 public MessagePropertyKey(Category category, Severity severity, method in class:MessagePropertyKey
259 public int compareTo(MessagePropertyKey k) {
/forgerock/opendj2-hg/src/build-tools/org/opends/build/tools/
H A DMessagePropertyKey.java68 public class MessagePropertyKey class in inherits:Comparable
69 implements Comparable<MessagePropertyKey> {
88 * @return MessagePropertyKey created from string
90 static public MessagePropertyKey parseString(
159 return new MessagePropertyKey(category, severity, description, ordinal);
169 public MessagePropertyKey(Category category, Severity severity, method in class:MessagePropertyKey
258 public int compareTo(MessagePropertyKey k) {
/forgerock/opendj2-jel-hg/src/build-tools/org/opends/build/tools/
H A DMessagePropertyKey.java69 public class MessagePropertyKey class in inherits:Comparable
70 implements Comparable<MessagePropertyKey> {
89 * @return MessagePropertyKey created from string
91 static public MessagePropertyKey parseString(
160 return new MessagePropertyKey(category, severity, description, ordinal);
170 public MessagePropertyKey(Category category, Severity severity, method in class:MessagePropertyKey
259 public int compareTo(MessagePropertyKey k) {

Completed in 22 milliseconds