public class FilePropertyExtension
extends java.lang.Object
fileProperty model extension element. File properties are
defined under FileDescriptorExtensions and represent
RFilePropertys.| Constructor and Description |
|---|
FilePropertyExtension(FileDescriptorExtension pFileDescriptorExtension,
java.lang.String pEditable,
java.lang.String pVisible,
java.lang.String pLabel)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
FileDescriptorExtension |
getFileDescriptorExtension()
Gets the fileDescriptorExtension.
|
java.lang.String |
getLabel()
Gets the label.
|
ModelPropertyExtension |
getProperty()
Gets the referenced target property extension.
|
boolean |
isEditable()
Gets the editable.
|
boolean |
isVisible()
Gets the visible.
|
void |
setProperty(ModelPropertyExtension pTargetProperty)
Sets the target property extension.
|
java.lang.String |
toString() |
public FilePropertyExtension(FileDescriptorExtension pFileDescriptorExtension, java.lang.String pEditable, java.lang.String pVisible, java.lang.String pLabel)
pFileDescriptorExtension - the corresponding FileDescriptorExtensionpEditable - the value of the editable attributepVisible - the value of the visible attributepLabel - the label of the file propertypublic java.lang.String getLabel()
public boolean isEditable()
public boolean isVisible()
public void setProperty(ModelPropertyExtension pTargetProperty)
pTargetProperty - the target property extensionpublic ModelPropertyExtension getProperty()
null, if the
reference was invalidpublic FileDescriptorExtension getFileDescriptorExtension()
public java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2015 Micro Focus GmbH. All rights reserved.