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

/forgerock/opendj-b2.6/src/server/org/opends/server/util/args/
H A DArgument.java93 private boolean isValueSetByProperty; field in class:Argument
145 this.isValueSetByProperty = false ;
449 public boolean isValueSetByProperty() method in class:Argument
451 return isValueSetByProperty;
458 * @param isValueSetByProperty
462 public void setValueSetByProperty(boolean isValueSetByProperty) argument
464 this.isValueSetByProperty = isValueSetByProperty;
/forgerock/opendj2/src/server/org/opends/server/util/args/
H A DArgument.java100 private boolean isValueSetByProperty; field in class:Argument
152 this.isValueSetByProperty = false ;
454 public boolean isValueSetByProperty() method in class:Argument
456 return isValueSetByProperty;
463 * @param isValueSetByProperty
467 public void setValueSetByProperty(boolean isValueSetByProperty) argument
469 this.isValueSetByProperty = isValueSetByProperty;
/forgerock/opendj2.6.2/src/server/org/opends/server/util/args/
H A DArgument.java93 private boolean isValueSetByProperty; field in class:Argument
145 this.isValueSetByProperty = false ;
449 public boolean isValueSetByProperty() method in class:Argument
451 return isValueSetByProperty;
458 * @param isValueSetByProperty
462 public void setValueSetByProperty(boolean isValueSetByProperty) argument
464 this.isValueSetByProperty = isValueSetByProperty;
/forgerock/opendj2-jel-hg/src/server/org/opends/server/util/args/
H A DArgument.java93 private boolean isValueSetByProperty; field in class:Argument
145 this.isValueSetByProperty = false ;
449 public boolean isValueSetByProperty() method in class:Argument
451 return isValueSetByProperty;
458 * @param isValueSetByProperty
462 public void setValueSetByProperty(boolean isValueSetByProperty) argument
464 this.isValueSetByProperty = isValueSetByProperty;
/forgerock/opendj2-hg/src/server/org/opends/server/util/args/
H A DArgument.java100 private boolean isValueSetByProperty; field in class:Argument
152 this.isValueSetByProperty = false ;
454 public boolean isValueSetByProperty() method in class:Argument
456 return isValueSetByProperty;
463 * @param isValueSetByProperty
467 public void setValueSetByProperty(boolean isValueSetByProperty) argument
469 this.isValueSetByProperty = isValueSetByProperty;

Completed in 37 milliseconds