UR::Object::Property::Viewer::Default::Text - Viewer class for UR::Object::Property


UR documentation Contained in the UR distribution.

Index


Code Index:

NAME

Top

UR::Object::Property::Viewer::Default::Text - Viewer class for UR::Object::Property

DESCRIPTION

Top

Used by UR::Namespace::Command::Info when displaying information about a property


UR documentation Contained in the UR distribution.

package UR::Object::Property::Viewer::Default::Text;

use strict;
use warnings;

UR::Object::Type->define(
    class_name => __PACKAGE__,
    is => 'UR::Object::Viewer::Default::Text',
    has => [
       default_aspects => { is => 'ARRAY', is_constant => 1,
                            value => ['class_name', 'property_name','data_type', 'is_optional'], },
    ],
);


1;