Package org.teiid.deployers
Class ExtendedPropertyMetadata
- java.lang.Object
-
- org.teiid.deployers.ExtendedPropertyMetadata
-
public class ExtendedPropertyMetadata extends Object
This is used with ra.xml properties file to extend the metadata on the properties.
-
-
Constructor Summary
Constructors Constructor Description ExtendedPropertyMetadata()
ExtendedPropertyMetadata(String name, String type, String encodedData, String defaultValue)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
advanced()
String[]
allowed()
String
category()
String
datatype()
String
defaultValue()
String
description()
String
display()
boolean
masked()
String
name()
String
owner()
boolean
readOnly()
boolean
required()
-
-
-
Method Detail
-
name
public String name()
-
description
public String description()
-
display
public String display()
-
advanced
public boolean advanced()
-
masked
public boolean masked()
-
readOnly
public boolean readOnly()
-
required
public boolean required()
-
allowed
public String[] allowed()
-
datatype
public String datatype()
-
defaultValue
public String defaultValue()
-
category
public String category()
-
owner
public String owner()
-
-