com.ibm.etools.iseries.projects.core
Class PropertyDefinition
java.lang.Object
com.ibm.etools.iseries.projects.core.PropertyDefinition
public class PropertyDefinition
- extends Object
Basically a data structure to keep track of the definition of IBM i properties
as specified in the modelproperty extension point
PropertyDefinition
public PropertyDefinition(QualifiedName key,
String type,
String scope,
String value)
getKey
public QualifiedName getKey()
- Returns:
- the key
getResourceType
public String getResourceType()
- Returns:
- the resourceType
getSharingScope
public String getSharingScope()
- Returns:
- the sharingScope
getDefaultValue
public String getDefaultValue()
- Returns:
- the defaultValue
isTeamProperty
public boolean isTeamProperty()
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2011 IBM Corp. All Rights Reserved.
Note: This documentation is for part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.