public interface Activation
extends org.eclipse.emf.ecore.EObject
The following features are supported:
PomPackage.getActivation()| Type | Property and Description |
|---|---|
boolean |
isSet
Returns whether the value of the '
Property' containment reference is set. |
| Modifier and Type | Method and Description |
|---|---|
String |
getActiveByDefault()
Returns the value of the 'Active By Default' attribute.
|
ActivationFile |
getFile()
Returns the value of the 'File' containment reference.
|
String |
getJdk()
Returns the value of the 'Jdk' attribute.
|
ActivationOS |
getOs()
Returns the value of the 'Os' containment reference.
|
ActivationProperty |
getProperty()
Returns the value of the 'Property' containment
reference.
|
boolean |
isSetActiveByDefault()
Returns whether the value of the '
Active By Default' attribute is set. |
boolean |
isSetFile()
Returns whether the value of the '
File'
containment reference is set. |
boolean |
isSetOs()
Returns whether the value of the '
Os'
containment reference is set. |
boolean |
isSetProperty()
Returns whether the value of the '
Property' containment reference is set. |
void |
setActiveByDefault(String value)
Sets the value of the '
Active By Default' attribute. |
void |
setFile(ActivationFile value)
Sets the value of the '
File'
containment reference. |
void |
setJdk(String value)
Sets the value of the '
Jdk'
attribute. |
void |
setOs(ActivationOS value)
Sets the value of the '
Os'
containment reference. |
void |
setProperty(ActivationProperty value)
Sets the value of the '
Property' containment reference. |
void |
unsetActiveByDefault()
Unsets the value of the '
Active By Default' attribute. |
void |
unsetFile()
Unsets the value of the '
File'
containment reference. |
void |
unsetOs()
Unsets the value of the '
Os'
containment reference. |
void |
unsetProperty()
Unsets the value of the '
Property' containment reference. |
Property' containment reference is set.
unsetProperty(),
getProperty(),
setProperty(ActivationProperty)String getActiveByDefault()
"false". 4.0.0 Flag specifying whether
this profile is active by default. isSetActiveByDefault(),
unsetActiveByDefault(),
setActiveByDefault(String),
PomPackage.getActivation_ActiveByDefault()void setActiveByDefault(String value)
Active By Default' attribute. value - the new value of the 'Active By Default' attribute.isSetActiveByDefault(),
unsetActiveByDefault(),
getActiveByDefault()void unsetActiveByDefault()
Active By Default' attribute. boolean isSetActiveByDefault()
Active By Default' attribute is set.
unsetActiveByDefault(),
getActiveByDefault(),
setActiveByDefault(String)String getJdk()
setJdk(String),
PomPackage.getActivation_Jdk()void setJdk(String value)
Jdk'
attribute. value - the new value of the 'Jdk' attribute.getJdk()ActivationOS getOs()
isSetOs(),
unsetOs(),
setOs(ActivationOS),
PomPackage.getActivation_Os()void setOs(ActivationOS value)
Os'
containment reference. void unsetOs()
Os'
containment reference. isSetOs(),
getOs(),
setOs(ActivationOS)boolean isSetOs()
Os'
containment reference is set. unsetOs(),
getOs(),
setOs(ActivationOS)ActivationProperty getProperty()
isSetProperty(),
unsetProperty(),
setProperty(ActivationProperty),
PomPackage.getActivation_Property()void setProperty(ActivationProperty value)
Property' containment reference. value - the new value of the 'Property' containment
reference.isSetProperty(),
unsetProperty(),
getProperty()void unsetProperty()
Property' containment reference. boolean isSetProperty()
Property' containment reference is set.
unsetProperty(),
getProperty(),
setProperty(ActivationProperty)ActivationFile getFile()
isSetFile(),
unsetFile(),
setFile(ActivationFile),
PomPackage.getActivation_File()void setFile(ActivationFile value)
File'
containment reference. value - the new value of the 'File' containment reference.isSetFile(),
unsetFile(),
getFile()void unsetFile()
File'
containment reference. isSetFile(),
getFile(),
setFile(ActivationFile)boolean isSetFile()
File'
containment reference is set. unsetFile(),
getFile(),
setFile(ActivationFile)Copyright © 2005-2013 Sonatype, Inc.. All Rights Reserved.