java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractSet<E>
java.util.HashSet<JobStateReason>
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