KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > print > attribute > standard > JobStateReasons

javax.print.attribute.standard
Class JobStateReasons

java.lang.Object
  extended by java.util.AbstractCollection<E>
      extended by java.util.AbstractSet<E>
          extended by java.util.HashSet<JobStateReason>
              extended by javax.print.attribute.standard.JobStateReasons
All Implemented Interfaces:
Serializable, Cloneable, Iterable<JobStateReason>, Collection<JobStateReason>, Set<JobStateReason>, Attribute, PrintJobAttribute
See Also:
Source Code, java.util.Collections, JobState

public boolean add(JobStateReason o)
See Also:
ClassCastException, NullPointerException, HashSet, add, Set, add, Collection, add
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public final Class<? extends Attribute> getCategory()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public final String getName()
See Also:
Attribute
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public JobStateReasons()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public JobStateReasons(int initialCapacity)
See Also:
IllegalArgumentException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public JobStateReasons(int initialCapacity,
                       float loadFactor)
See Also:
IllegalArgumentException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public JobStateReasons(Collection<JobStateReason> collection)
See Also:
ClassCastException, NullPointerException, HashSet(Collection)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags