Rational Developer for Power Systems Software
V7.6

com.ibm.etools.iseries.projects.core
Class PropertyDefinition

java.lang.Object
  extended by 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


Constructor Summary
PropertyDefinition(QualifiedName key, String type, String scope, String value)
           
 
Method Summary
 String getDefaultValue()
           
 QualifiedName getKey()
           
 String getResourceType()
           
 String getSharingScope()
           
 boolean isTeamProperty()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PropertyDefinition

public PropertyDefinition(QualifiedName key,
                          String type,
                          String scope,
                          String value)
Method Detail

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

Rational Developer for Power Systems Software
V7.6

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.