| Package | com.esri.aws.services |
| Class | public class AttributeDesc |
| Property | Defined by | ||
|---|---|---|---|
| length : int
The maximum length of the value in a metadata field.
| AttributeDesc | ||
| name : String
The name of the metadata field.
| AttributeDesc | ||
| precision : int
The maximum valid number of digits after the decimal place.
| AttributeDesc | ||
| required : String
Determines if the metadata field is required.
| AttributeDesc | ||
| shortDesc : String
The short description of the metadata field.
| AttributeDesc | ||
| type : String
The type of feature.
| AttributeDesc | ||
| length | property |
public var length:intThe maximum length of the value in a metadata field.
| name | property |
public var name:StringThe name of the metadata field.
| precision | property |
public var precision:intThe maximum valid number of digits after the decimal place.
| required | property |
public var required:StringDetermines if the metadata field is required. Valid values are "false" or "true".
The default value is "true"..
| shortDesc | property |
public var shortDesc:StringThe short description of the metadata field.
| type | property |
public var type:StringThe type of feature. Valid values are "date", "double", "integer", or "string".