public class SchedulingPolicyUnitContainer extends IdentifiedContainer implements SchedulingPolicyUnit
Constructor and Description |
---|
SchedulingPolicyUnitContainer() |
Modifier and Type | Method and Description |
---|---|
boolean |
enabled() |
void |
enabled(boolean newEnabled) |
void |
enabled(Boolean newEnabled) |
boolean |
enabledPresent() |
boolean |
internal() |
void |
internal(boolean newInternal) |
void |
internal(Boolean newInternal) |
boolean |
internalPresent() |
List<Property> |
properties() |
void |
properties(List<Property> newProperties) |
boolean |
propertiesPresent() |
PolicyUnitType |
type() |
void |
type(PolicyUnitType newType) |
boolean |
typePresent() |
comment, comment, commentPresent, description, description, descriptionPresent, href, href, hrefPresent, id, id, idPresent, name, name, namePresent
makeArrayList, makeUnmodifiableList
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
comment, commentPresent, description, descriptionPresent, href, hrefPresent, id, idPresent, name, namePresent
public boolean enabled()
enabled
in interface SchedulingPolicyUnit
public void enabled(boolean newEnabled)
public void enabled(Boolean newEnabled)
public boolean enabledPresent()
enabledPresent
in interface SchedulingPolicyUnit
public boolean internal()
internal
in interface SchedulingPolicyUnit
public void internal(boolean newInternal)
public void internal(Boolean newInternal)
public boolean internalPresent()
internalPresent
in interface SchedulingPolicyUnit
public List<Property> properties()
properties
in interface SchedulingPolicyUnit
public boolean propertiesPresent()
propertiesPresent
in interface SchedulingPolicyUnit
public PolicyUnitType type()
type
in interface SchedulingPolicyUnit
public void type(PolicyUnitType newType)
public boolean typePresent()
typePresent
in interface SchedulingPolicyUnit
Copyright © 2016. All rights reserved.